Html Css Color HEX #CCA200 Gamboge

📋 copy color: '#CCA200'

red 204 ◦ green 162 ◦ blue 0

#CCA200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CCA200

Tints of Gamboge #CCA200

RGB

 RED value IS 204 (80.08% from 255) = 55.74%

 GREEN value IS 162 (63.67% from 255) = 44.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.74%
G = 44.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCA200 (or 0xCCA200) is known color: Gamboge. HEX triplet: CC, A2 and 00. RGB value is (204,162,0). Sum of RGB (Red+Green+Blue) = 204+162+0=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA200 is #335DFF. Grayscale: #9C9C9C. Windows color (decimal): -3366400 or 41676. OLE color: 41676.

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

Color convert

RGB 204 162 0 -
CMYK 0 0.21 1 0.2
HSL 47.65º 1% 0.4% -
HSV(B) 47.65º 1% 0.8% -
XYZ 37.82 38.68 5.47 -
YUV 156.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 204 162 0 0 0.21 1 0.2 47.65 1 0.4
Hex CC A2 0 0 15 64 14 30 64 28
Octal 314 242 0 0 25 144 24 60 144 50
Binary 11001100 10100010 0 0 10101 1100100 10100 110000 1100100 101000

Color Harmonies of #CCA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA200

Black with #CCA200

Text Example


Text Example

White with #CCA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA200; }

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

 H1.HeaderClassName
 {
   color: #CCA200;
 }
 .AnyTagClassName
 {
   color: #CCA200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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