#CAB641

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

Shades of Old Gold #CAB641

Tints of Old Gold #CAB641

Color information

#CAB641 (or 0xCAB641) is unknown color: approx Old Gold. HEX triplet: CA, B6 and 41. RGB value is (202,182,65). Sum of RGB (Red+Green+Blue) = 202+182+65=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB641 is #3549BE. Grayscale: #AFAFAF. Windows color (decimal): -3492287 or 4306634. OLE color: 4306634.

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

Color convert

RGB20218265-
CMYK00.100.680.21
HSL51.24º56.38%52.35%-
HSV(B)51.24º67.82%79.22%-
XYZ42.0446.3911.74-
YUV174.6466.13147.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 65 (25.78% from 255) = 14.48%
R=44.99%
G=40.53%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021826500.100.680.2151.2456.3852.35
HexCAB6410A4415333834
Octal31226610101210425637064
Binary1100101010110110100000101010100010010101110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB641; }

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

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

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

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

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

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

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

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