#CCA300

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

Shades of Gamboge #CCA300

Tints of Gamboge #CCA300

Color information

#CCA300 (or 0xCCA300) is unknown color: approx Gamboge. HEX triplet: CC, A3 and 00. RGB value is (204,163,0). Sum of RGB (Red+Green+Blue) = 204+163+0=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA300 is #335CFF. Grayscale: #9D9D9D. Windows color (decimal): -3366144 or 41932. OLE color: 41932.

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

Color convert

RGB2041630-
CMYK00.2010.2
HSL47.94º100%40%-
HSV(B)47.94º100%80%-
XYZ3839.035.53-
YUV156.6839.58161.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.59%
G=44.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204163000.2010.247.9410040
HexCCA300146414306428
Octal3142430024144246014450
Binary110011001010001100101001100100101001100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA300; }

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

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

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

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

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

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

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

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