#CAB443

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

Shades of Old Gold #CAB443

Tints of Old Gold #CAB443

Color information

#CAB443 (or 0xCAB443) is unknown color: approx Old Gold. HEX triplet: CA, B4 and 43. RGB value is (202,180,67). Sum of RGB (Red+Green+Blue) = 202+180+67=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB443 is #354BBC. Grayscale: #AEAEAE. Windows color (decimal): -3492797 or 4437194. OLE color: 4437194.

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

Color convert

RGB20218067-
CMYK00.110.670.21
HSL50.22º56.02%52.75%-
HSV(B)50.22º66.83%79.22%-
XYZ41.6945.611.92-
YUV173.767.79148.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 67 (26.56% from 255) = 14.92%
R=44.99%
G=40.09%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021806700.110.670.2150.2256.0252.75
HexCAB4430B4315323835
Octal31226410301310325627065
Binary1100101010110100100001101011100001110101110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB443; }

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

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

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

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

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

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

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

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