#CABC41

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

Shades of Old Gold #CABC41

Tints of Old Gold #CABC41

Color information

#CABC41 (or 0xCABC41) is unknown color: approx Old Gold. HEX triplet: CA, BC and 41. RGB value is (202,188,65). Sum of RGB (Red+Green+Blue) = 202+188+65=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC41 is #3543BE. Grayscale: #B2B2B2. Windows color (decimal): -3490751 or 4308170. OLE color: 4308170.

HSL color Cylindrical-coordinate representation of color #CABC41: hue angle of 53.87º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CABC41 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20218865-
CMYK00.070.680.21
HSL53.87º56.38%52.35%-
HSV(B)53.87º67.82%79.22%-
XYZ43.2948.912.16-
YUV178.1664.14145-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 65 (25.78% from 255) = 14.29%
R=44.40%
G=41.32%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021886500.070.680.2153.8756.3852.35
HexCABC41074415363834
Octal3122741010710425667064
Binary110010101011110010000010111100010010101110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC41; }

 p { color: rgb(202,188,65); }

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

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

 a { background-color: rgb(202,188,65); }

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

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

 span { border-color: rgb(202,188,65); }

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