#CAB732

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

Shades of Old Gold #CAB732

Tints of Old Gold #CAB732

Color information

#CAB732 (or 0xCAB732) is unknown color: approx Old Gold. HEX triplet: CA, B7 and 32. RGB value is (202,183,50). Sum of RGB (Red+Green+Blue) = 202+183+50=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB732 is #3548CD. Grayscale: #AEAEAE. Windows color (decimal): -3492046 or 3323850. OLE color: 3323850.

HSL color Cylindrical-coordinate representation of color #CAB732: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAB732 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20218350-
CMYK00.090.750.21
HSL52.5º60.32%49.41%-
HSV(B)52.5º75.25%79.22%-
XYZ41.8746.659.82-
YUV173.5258.29148.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 50 (19.92% from 255) = 11.49%
R=46.44%
G=42.07%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021835000.090.750.2152.560.3249.41
HexCAB732094B15343c31
Octal3122676201111325647461
Binary110010101011011111001001001100101110101110100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB732; }

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

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

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

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

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

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

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

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