#CAB63D

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

Shades of Old Gold #CAB63D

Tints of Old Gold #CAB63D

Color information

#CAB63D (or 0xCAB63D) is unknown color: approx Old Gold. HEX triplet: CA, B6 and 3D. RGB value is (202,182,61). Sum of RGB (Red+Green+Blue) = 202+182+61=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB63D is #3549C2. Grayscale: #AEAEAE. Windows color (decimal): -3492291 or 4044490. OLE color: 4044490.

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

Color convert

RGB20218261-
CMYK00.100.700.21
HSL51.49º57.09%51.57%-
HSV(B)51.49º69.8%79.22%-
XYZ41.9346.3511.15-
YUV174.1964.13147.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 61 (24.22% from 255) = 13.71%
R=45.39%
G=40.90%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021826100.100.700.2151.4957.0951.57
HexCAB63D0A4615333934
Octal3122667501210625637164
Binary110010101011011011110101010100011010101110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB63D; }

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

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

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

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

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

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

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

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