#CAB42B

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

Shades of Old Gold #CAB42B

Tints of Old Gold #CAB42B

Color information

#CAB42B (or 0xCAB42B) is unknown color: approx Old Gold. HEX triplet: CA, B4 and 2B. RGB value is (202,180,43). Sum of RGB (Red+Green+Blue) = 202+180+43=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB42B is #354BD4. Grayscale: #ABABAB. Windows color (decimal): -3492821 or 2864330. OLE color: 2864330.

HSL color Cylindrical-coordinate representation of color #CAB42B: hue angle of 51.7º 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 #CAB42B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20218043-
CMYK00.110.790.21
HSL51.7º64.9%48.04%-
HSV(B)51.7º78.71%79.22%-
XYZ41.1145.378.88-
YUV170.9655.79150.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 43 (17.19% from 255) = 10.12%
R=47.53%
G=42.35%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021804300.110.790.2151.764.948.04
HexCAB42B0B4F15344130
Octal31226453013117256410160
Binary1100101010110100101011010111001111101011101001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB42B; }

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

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

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

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

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

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

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

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