#CAB741

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

Shades of Old Gold #CAB741

Tints of Old Gold #CAB741

Color information

#CAB741 (or 0xCAB741) is unknown color: approx Old Gold. HEX triplet: CA, B7 and 41. RGB value is (202,183,65). Sum of RGB (Red+Green+Blue) = 202+183+65=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB741 is #3548BE. Grayscale: #AFAFAF. Windows color (decimal): -3492031 or 4306890. OLE color: 4306890.

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

Color convert

RGB20218365-
CMYK00.090.680.21
HSL51.68º56.38%52.35%-
HSV(B)51.68º67.82%79.22%-
XYZ42.2446.8111.81-
YUV175.2365.79147.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 65 (25.78% from 255) = 14.44%
R=44.89%
G=40.67%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021836500.090.680.2151.6856.3852.35
HexCAB741094415343834
Octal31226710101110425647064
Binary1100101010110111100000101001100010010101110100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB741; }

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

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

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

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

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

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

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

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