#CAB22B

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

Shades of Old Gold #CAB22B

Tints of Old Gold #CAB22B

Color information

#CAB22B (or 0xCAB22B) is unknown color: approx Old Gold. HEX triplet: CA, B2 and 2B. RGB value is (202,178,43). Sum of RGB (Red+Green+Blue) = 202+178+43=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB22B is #354DD4. Grayscale: #AAAAAA. Windows color (decimal): -3493333 or 2863818. OLE color: 2863818.

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

Color convert

RGB20217843-
CMYK00.120.790.21
HSL50.94º64.9%48.04%-
HSV(B)50.94º78.71%79.22%-
XYZ40.7144.578.74-
YUV169.7956.45150.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=47.75%
G=42.08%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021784300.120.790.2150.9464.948.04
HexCAB22B0C4F15334130
Octal31226253014117256310160
Binary1100101010110010101011011001001111101011100111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB22B; }

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

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

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

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

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

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

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

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