#CC9900

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

Shades of Gamboge #CC9900

Tints of Gamboge #CC9900

Color information

#CC9900 (or 0xCC9900) is unknown color: approx Gamboge. HEX triplet: CC, 99 and 00. RGB value is (204,153,0). Sum of RGB (Red+Green+Blue) = 204+153+0=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9900 is a web safe color. Inversed color of #CC9900 is #3366FF. Grayscale: #979797. Windows color (decimal): -3368704 or 39372. OLE color: 39372.

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

Color convert

RGB2041530-
CMYK00.2510.2
HSL45º100%40%-
HSV(B)45º100%80%-
XYZ36.2935.624.96-
YUV150.8142.9165.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204153000.2510.24510040
HexCC99001964142d6428
Octal3142310031144245514450
Binary110011001001100100110011100100101001011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9900; }

 p { color: rgb(204,153,0); }

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

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

 a { background-color: rgb(204,153,0); }

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

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

 span { border-color: rgb(204,153,0); }

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