#cc9805

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

Shades of Gamboge #CC9805

Tints of Gamboge #CC9805

Color information

#CC9805 (or 0xCC9805) is unknown color: approx Gamboge. HEX triplet: CC, 98 and 05. RGB value is (204,152,5). Sum of RGB (Red+Green+Blue) = 204+152+5=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9805 is #3367FA. Grayscale: #979797. Windows color (decimal): -3368955 or 366796. OLE color: 366796.

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

Color convert

RGB2041525-
CMYK00.250.980.2
HSL44.32º95.22%40.98%-
HSV(B)44.32º97.55%80%-
XYZ36.1635.35.05-
YUV150.7945.73165.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=56.51%
G=42.11%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204152500.250.980.244.3295.2240.98
HexCC98501962142c5f29
Octal3142305031142245413751
Binary11001100100110001010110011100010101001011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9805; }

 p { color: rgb(204,152,5); }

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

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

 a { background-color: rgb(204,152,5); }

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

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

 span { border-color: rgb(204,152,5); }

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