#CAB642

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

Shades of Old Gold #CAB642

Tints of Old Gold #CAB642

Color information

#CAB642 (or 0xCAB642) is unknown color: approx Old Gold. HEX triplet: CA, B6 and 42. RGB value is (202,182,66). Sum of RGB (Red+Green+Blue) = 202+182+66=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB642 is #3549BD. Grayscale: #AFAFAF. Windows color (decimal): -3492286 or 4372170. OLE color: 4372170.

HSL color Cylindrical-coordinate representation of color #CAB642: hue angle of 51.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAB642 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20218266-
CMYK00.100.670.21
HSL51.18º56.2%52.55%-
HSV(B)51.18º67.33%79.22%-
XYZ42.0746.4111.89-
YUV174.7666.63147.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 66 (26.17% from 255) = 14.67%
R=44.89%
G=40.44%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021826600.100.670.2151.1856.252.55
HexCAB6420A4315333835
Octal31226610201210325637065
Binary1100101010110110100001001010100001110101110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB642; }

 p { color: rgb(202,182,66); }

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

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

 a { background-color: rgb(202,182,66); }

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

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

 span { border-color: rgb(202,182,66); }

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