#CC9D02

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

Shades of Gamboge #CC9D02

Tints of Gamboge #CC9D02

Color information

#CC9D02 (or 0xCC9D02) is unknown color: approx Gamboge. HEX triplet: CC, 9D and 02. RGB value is (204,157,2). Sum of RGB (Red+Green+Blue) = 204+157+2=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9D02 is #3362FD. Grayscale: #9A9A9A. Windows color (decimal): -3367678 or 171468. OLE color: 171468.

HSL color Cylindrical-coordinate representation of color #CC9D02: hue angle of 46.04º 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 #CC9D02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2041572-
CMYK00.230.990.2
HSL46.04º98.06%40.39%-
HSV(B)46.04º99.02%80%-
XYZ36.9736.965.24-
YUV153.3842.57164.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.20%
GREEN value IS 157 (61.72% from 255) = 43.25%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=56.20%
G=43.25%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204157200.230.990.246.0498.0640.39
HexCC9D201763142e6228
Octal3142352027143245614250
Binary1100110010011101100101111100011101001011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D02; }

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

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

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

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

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

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

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

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