#CCA202

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

Shades of Gamboge #CCA202

Tints of Gamboge #CCA202

Color information

#CCA202 (or 0xCCA202) is unknown color: approx Gamboge. HEX triplet: CC, A2 and 02. RGB value is (204,162,2). Sum of RGB (Red+Green+Blue) = 204+162+2=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA202 is #335DFD. Grayscale: #9D9D9D. Windows color (decimal): -3366398 or 172748. OLE color: 172748.

HSL color Cylindrical-coordinate representation of color #CCA202: hue angle of 47.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCA202 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2041622-
CMYK00.210.990.2
HSL47.52º98.06%40.39%-
HSV(B)47.52º99.02%80%-
XYZ37.8338.685.53-
YUV156.3240.91162.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=55.43%
G=44.02%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204162200.210.990.247.5298.0640.39
HexCCA220156314306228
Octal3142422025143246014250
Binary1100110010100010100101011100011101001100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA202; }

 p { color: rgb(204,162,2); }

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

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

 a { background-color: rgb(204,162,2); }

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

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

 span { border-color: rgb(204,162,2); }

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