#CBAC40

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

Shades of Old Gold #CBAC40

Tints of Old Gold #CBAC40

Color information

#CBAC40 (or 0xCBAC40) is unknown color: approx Old Gold. HEX triplet: CB, AC and 40. RGB value is (203,172,64). Sum of RGB (Red+Green+Blue) = 203+172+64=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC40 is #3453BF. Grayscale: #A9A9A9. Windows color (decimal): -3429312 or 4238539. OLE color: 4238539.

HSL color Cylindrical-coordinate representation of color #CBAC40: hue angle of 46.62º 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 #CBAC40 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20317264-
CMYK00.150.680.20
HSL46.62º57.2%52.35%-
HSV(B)46.62º68.47%79.61%-
XYZ40.3142.5710.94-
YUV168.9668.77152.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=46.24%
G=39.18%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031726400.150.680.2046.6257.252.35
HexCBAC400F44142f3934
Octal31325410001710424577164
Binary1100101110101100100000001111100010010100101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC40; }

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

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

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

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

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

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

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

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