#CAB23C

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

Shades of Old Gold #CAB23C

Tints of Old Gold #CAB23C

Color information

#CAB23C (or 0xCAB23C) is unknown color: approx Old Gold. HEX triplet: CA, B2 and 3C. RGB value is (202,178,60). Sum of RGB (Red+Green+Blue) = 202+178+60=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB23C is #354DC3. Grayscale: #ACACAC. Windows color (decimal): -3493316 or 3977930. OLE color: 3977930.

HSL color Cylindrical-coordinate representation of color #CAB23C: hue angle of 49.86º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB23C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20217860-
CMYK00.120.700.21
HSL49.86º57.26%51.37%-
HSV(B)49.86º70.3%79.22%-
XYZ41.0944.7210.74-
YUV171.7264.95149.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 60 (23.83% from 255) = 13.64%
R=45.91%
G=40.45%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021786000.120.700.2149.8657.2651.37
HexCAB23C0C4615323933
Octal3122627401410625627163
Binary110010101011001011110001100100011010101110010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB23C; }

 p { color: rgb(202,178,60); }

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

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

 a { background-color: rgb(202,178,60); }

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

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

 span { border-color: rgb(202,178,60); }

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