#CAB63F

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

Shades of Old Gold #CAB63F

Tints of Old Gold #CAB63F

Color information

#CAB63F (or 0xCAB63F) is unknown color: approx Old Gold. HEX triplet: CA, B6 and 3F. RGB value is (202,182,63). Sum of RGB (Red+Green+Blue) = 202+182+63=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB63F is #3549C0. Grayscale: #AEAEAE. Windows color (decimal): -3492289 or 4175562. OLE color: 4175562.

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

Color convert

RGB20218263-
CMYK00.100.690.21
HSL51.37º56.73%51.96%-
HSV(B)51.37º68.81%79.22%-
XYZ41.9846.3711.44-
YUV174.4165.13147.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 63 (25% from 255) = 14.09%
R=45.19%
G=40.72%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021826300.100.690.2151.3756.7351.96
HexCAB63F0A4515333934
Octal3122667701210525637164
Binary110010101011011011111101010100010110101110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB63F; }

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

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

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

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

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

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

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

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