#CBB846

Color #CBB846 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CBB846

Tints of Old Gold #CBB846

Color information

#CBB846 (or 0xCBB846) is unknown color: approx Old Gold. HEX triplet: CB, B8 and 46. RGB value is (203,184,70). Sum of RGB (Red+Green+Blue) = 203+184+70=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB846 is #3447B9. Grayscale: #B1B1B1. Windows color (decimal): -3426234 or 4634827. OLE color: 4634827.

HSL color Cylindrical-coordinate representation of color #CBB846: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBB846 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20318470-
CMYK00.090.660.20
HSL51.43º56.12%53.53%-
HSV(B)51.43º65.52%79.61%-
XYZ42.8747.4212.69-
YUV176.6867.79146.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 184 (72.27% from 255) = 40.26%
BLUE value IS 70 (27.73% from 255) = 15.32%
R=44.42%
G=40.26%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031847000.090.660.2051.4356.1253.53
HexCBB846094214333836
Octal31327010601110224637066
Binary1100101110111000100011001001100001010100110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB846; }

 p { color: rgb(203,184,70); }

 H1.HeaderClassName
 {
   color: #CBB846;
 }
 .AnyTagClassName
 {
   color: #CBB846;
 }
</style>
background-color css

<style>
 a { background-color: #CBB846; }

 a { background-color: rgb(203,184,70); }

 div.DivClassName
 {
   background-color: #CBB846;
 }
 .BgClassName
 {
   background-color: #CBB846;
 }
</style>
border-color css

<style>
 span { border-color: #CBB846; }

 span { border-color: rgb(203,184,70); }

 td.TdClassName
 {
   border-color: #CBB846;
 }
 .TagClassName
 {
   border-color: #CBB846;
 }
</style>