#cab441

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

Shades of Old Gold #CAB441

Tints of Old Gold #CAB441

Color information

#CAB441 (or 0xCAB441) is unknown color: approx Old Gold. HEX triplet: CA, B4 and 41. RGB value is (202,180,65). Sum of RGB (Red+Green+Blue) = 202+180+65=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB441 is #354BBE. Grayscale: #ADADAD. Windows color (decimal): -3492799 or 4306122. OLE color: 4306122.

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

Color convert

RGB20218065-
CMYK00.110.680.21
HSL50.36º56.38%52.35%-
HSV(B)50.36º67.82%79.22%-
XYZ41.6345.5811.6-
YUV173.4766.79148.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=45.19%
G=40.27%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021806500.110.680.2150.3656.3852.35
HexCAB4410B4415323834
Octal31226410101310425627064
Binary1100101010110100100000101011100010010101110010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab441; }

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

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

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

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

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

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

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

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