#CBAF40

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

Shades of Old Gold #CBAF40

Tints of Old Gold #CBAF40

Color information

#CBAF40 (or 0xCBAF40) is unknown color: approx Old Gold. HEX triplet: CB, AF and 40. RGB value is (203,175,64). Sum of RGB (Red+Green+Blue) = 203+175+64=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF40 is #3450BF. Grayscale: #ABABAB. Windows color (decimal): -3428544 or 4239307. OLE color: 4239307.

HSL color Cylindrical-coordinate representation of color #CBAF40: hue angle of 47.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBAF40 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20317564-
CMYK00.140.680.20
HSL47.91º57.2%52.35%-
HSV(B)47.91º68.47%79.61%-
XYZ40.8843.7311.14-
YUV170.7267.78151.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 64 (25.39% from 255) = 14.48%
R=45.93%
G=39.59%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031756400.140.680.2047.9157.252.35
HexCBAF400E4414303934
Octal31325710001610424607164
Binary1100101110101111100000001110100010010100110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF40; }

 p { color: rgb(203,175,64); }

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

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

 a { background-color: rgb(203,175,64); }

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

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

 span { border-color: rgb(203,175,64); }

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