Html Css Color HEX #CCA000 Gamboge

📋 copy color: '#CCA000'

red 204 ◦ green 160 ◦ blue 0

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

Shades of Gamboge #CCA000

Tints of Gamboge #CCA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

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

R = 56.04%
G = 43.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCA000 (or 0xCCA000) is known color: Gamboge. HEX triplet: CC, A0 and 00. RGB value is (204,160,0). Sum of RGB (Red+Green+Blue) = 204+160+0=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA000 is #335FFF. Grayscale: #9B9B9B. Windows color (decimal): -3366912 or 41164. OLE color: 41164.

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

Color convert

RGB 204 160 0 -
CMYK 0 0.22 1 0.2
HSL 47.06º 1% 0.4% -
HSV(B) 47.06º 1% 0.8% -
XYZ 37.47 37.98 5.36 -
YUV 154.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 204 160 0 0 0.22 1 0.2 47.06 1 0.4
Hex CC A0 0 0 16 64 14 2F 64 28
Octal 314 240 0 0 26 144 24 57 144 50
Binary 11001100 10100000 0 0 10110 1100100 10100 101111 1100100 101000

Color Harmonies of #CCA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA000

Black with #CCA000

Text Example


Text Example

White with #CCA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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