#CAB044

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

Shades of Old Gold #CAB044

Tints of Old Gold #CAB044

Color information

#CAB044 (or 0xCAB044) is unknown color: approx Old Gold. HEX triplet: CA, B0 and 44. RGB value is (202,176,68). Sum of RGB (Red+Green+Blue) = 202+176+68=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB044 is #354FBB. Grayscale: #ABABAB. Windows color (decimal): -3493820 or 4501706. OLE color: 4501706.

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

Color convert

RGB20217668-
CMYK00.130.660.21
HSL48.36º55.83%52.94%-
HSV(B)48.36º66.34%79.22%-
XYZ40.9344.0211.81-
YUV171.4669.61149.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 176 (69.14% from 255) = 39.46%
BLUE value IS 68 (26.95% from 255) = 15.25%
R=45.29%
G=39.46%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021766800.130.660.2148.3655.8352.94
HexCAB0440D4215303835
Octal31226010401510225607065
Binary1100101010110000100010001101100001010101110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB044; }

 p { color: rgb(202,176,68); }

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

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

 a { background-color: rgb(202,176,68); }

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

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

 span { border-color: rgb(202,176,68); }

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