#CAB635

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

Shades of Old Gold #CAB635

Tints of Old Gold #CAB635

Color information

#CAB635 (or 0xCAB635) is unknown color: approx Old Gold. HEX triplet: CA, B6 and 35. RGB value is (202,182,53). Sum of RGB (Red+Green+Blue) = 202+182+53=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB635 is #3549CA. Grayscale: #ADADAD. Windows color (decimal): -3492299 or 3520202. OLE color: 3520202.

HSL color Cylindrical-coordinate representation of color #CAB635: hue angle of 51.95º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAB635 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20218253-
CMYK00.100.740.21
HSL51.95º58.43%50%-
HSV(B)51.95º73.76%79.22%-
XYZ41.7346.2710.1-
YUV173.2760.13148.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 182 (71.48% from 255) = 41.65%
BLUE value IS 53 (21.09% from 255) = 12.13%
R=46.22%
G=41.65%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021825300.100.740.2151.9558.4350
HexCAB6350A4A15343a32
Octal3122666501211225647262
Binary110010101011011011010101010100101010101110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB635; }

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

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

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

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

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

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

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

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