#CABC33

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

Shades of Old Gold #CABC33

Tints of Old Gold #CABC33

Color information

#CABC33 (or 0xCABC33) is unknown color: approx Old Gold. HEX triplet: CA, BC and 33. RGB value is (202,188,51). Sum of RGB (Red+Green+Blue) = 202+188+51=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC33 is #3543CC. Grayscale: #B1B1B1. Windows color (decimal): -3490765 or 3390666. OLE color: 3390666.

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

Color convert

RGB20218851-
CMYK00.070.750.21
HSL54.44º59.68%49.61%-
HSV(B)54.44º74.75%79.22%-
XYZ42.9448.7610.28-
YUV176.5757.14146.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=45.80%
G=42.63%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021885100.070.750.2154.4459.6849.61
HexCABC33074B15363c32
Octal312274630711325667462
Binary11001010101111001100110111100101110101110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC33; }

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

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

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

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

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

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

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

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