#CAB63E

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

Shades of Old Gold #CAB63E

Tints of Old Gold #CAB63E

Color information

#CAB63E (or 0xCAB63E) is unknown color: approx Old Gold. HEX triplet: CA, B6 and 3E. RGB value is (202,182,62). Sum of RGB (Red+Green+Blue) = 202+182+62=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB63E is #3549C1. Grayscale: #AEAEAE. Windows color (decimal): -3492290 or 4110026. OLE color: 4110026.

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

Color convert

RGB20218262-
CMYK00.100.690.21
HSL51.43º56.91%51.76%-
HSV(B)51.43º69.31%79.22%-
XYZ41.9546.3611.29-
YUV174.364.63147.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 182 (71.48% from 255) = 40.81%
BLUE value IS 62 (24.61% from 255) = 13.90%
R=45.29%
G=40.81%
B=13.90%

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
Decimal2021826200.100.690.2151.4356.9151.76
HexCAB63E0A4515333934
Octal3122667601210525637164
Binary110010101011011011111001010100010110101110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB63E; }

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

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

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

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

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

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

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

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