Html Css Color HEX #CCA600 Gamboge

📋 copy color: '#CCA600'

red 204 ◦ green 166 ◦ blue 0

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

Shades of Gamboge #CCA600

Tints of Gamboge #CCA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 55.14%
G = 44.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCA600 (or 0xCCA600) is known color: Gamboge. HEX triplet: CC, A6 and 00. RGB value is (204,166,0). Sum of RGB (Red+Green+Blue) = 204+166+0=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA600 is #3359FF. Grayscale: #9F9F9F. Windows color (decimal): -3365376 or 42700. OLE color: 42700.

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

Color convert

RGB 204 166 0 -
CMYK 0 0.19 1 0.2
HSL 48.82º 1% 0.4% -
HSV(B) 48.82º 1% 0.8% -
XYZ 38.54 40.11 5.71 -
YUV 158.44 38.59 160.5 -
System Red Green Blue C M Y K H S L
Decimal 204 166 0 0 0.19 1 0.2 48.82 1 0.4
Hex CC A6 0 0 13 64 14 31 64 28
Octal 314 246 0 0 23 144 24 61 144 50
Binary 11001100 10100110 0 0 10011 1100100 10100 110001 1100100 101000

Color Harmonies of #CCA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA600

Black with #CCA600

Text Example


Text Example

White with #CCA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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