#CAB43D

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

Shades of Old Gold #CAB43D

Tints of Old Gold #CAB43D

Color information

#CAB43D (or 0xCAB43D) is unknown color: approx Old Gold. HEX triplet: CA, B4 and 3D. RGB value is (202,180,61). Sum of RGB (Red+Green+Blue) = 202+180+61=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB43D is #354BC2. Grayscale: #ADADAD. Windows color (decimal): -3492803 or 4043978. OLE color: 4043978.

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

Color convert

RGB20218061-
CMYK00.110.700.21
HSL50.64º57.09%51.57%-
HSV(B)50.64º69.8%79.22%-
XYZ41.5245.5411.02-
YUV173.0164.79148.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 61 (24.22% from 255) = 13.77%
R=45.60%
G=40.63%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021806100.110.700.2150.6457.0951.57
HexCAB43D0B4615333934
Octal3122647501310625637164
Binary110010101011010011110101011100011010101110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB43D; }

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

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

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

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

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

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

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

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