#cabb3f

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

Shades of Old Gold #CABB3F

Tints of Old Gold #CABB3F

Color information

#CABB3F (or 0xCABB3F) is unknown color: approx Old Gold. HEX triplet: CA, BB and 3F. RGB value is (202,187,63). Sum of RGB (Red+Green+Blue) = 202+187+63=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB3F is #3544C0. Grayscale: #B1B1B1. Windows color (decimal): -3491009 or 4176842. OLE color: 4176842.

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

Color convert

RGB20218763-
CMYK00.070.690.21
HSL53.53º56.73%51.96%-
HSV(B)53.53º68.81%79.22%-
XYZ43.0248.4611.79-
YUV177.3563.47145.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 63 (25% from 255) = 13.94%
R=44.69%
G=41.37%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021876300.070.690.2153.5356.7351.96
HexCABB3F074515363934
Octal312273770710525667164
Binary11001010101110111111110111100010110101110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cabb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cabb3f; }

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

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

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

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

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

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

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

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