#CABB3D

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

Shades of Old Gold #CABB3D

Tints of Old Gold #CABB3D

Color information

#CABB3D (or 0xCABB3D) is unknown color: approx Old Gold. HEX triplet: CA, BB and 3D. RGB value is (202,187,61). Sum of RGB (Red+Green+Blue) = 202+187+61=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB3D is #3544C2. Grayscale: #B1B1B1. Windows color (decimal): -3491011 or 4045770. OLE color: 4045770.

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

Color convert

RGB20218761-
CMYK00.070.700.21
HSL53.62º57.09%51.57%-
HSV(B)53.62º69.8%79.22%-
XYZ42.9748.4311.5-
YUV177.1262.47145.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 61 (24.22% from 255) = 13.56%
R=44.89%
G=41.56%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021876100.070.700.2153.6257.0951.57
HexCABB3D074615363934
Octal312273750710625667164
Binary11001010101110111111010111100011010101110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB3D; }

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

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

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

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

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

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

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

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