Html Css Color HEX #CCA100 Gamboge

📋 copy color: '#CCA100'

red 204 ◦ green 161 ◦ blue 0

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

Shades of Gamboge #CCA100

Tints of Gamboge #CCA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.11%

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

R = 55.89%
G = 44.11%
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

#CCA100 (or 0xCCA100) is known color: Gamboge. HEX triplet: CC, A1 and 00. RGB value is (204,161,0). Sum of RGB (Red+Green+Blue) = 204+161+0=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA100 is #335EFF. Grayscale: #9C9C9C. Windows color (decimal): -3366656 or 41420. OLE color: 41420.

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

Color convert

RGB 204 161 0 -
CMYK 0 0.21 1 0.2
HSL 47.35º 1% 0.4% -
HSV(B) 47.35º 1% 0.8% -
XYZ 37.65 38.33 5.41 -
YUV 155.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 204 161 0 0 0.21 1 0.2 47.35 1 0.4
Hex CC A1 0 0 15 64 14 2F 64 28
Octal 314 241 0 0 25 144 24 57 144 50
Binary 11001100 10100001 0 0 10101 1100100 10100 101111 1100100 101000

Color Harmonies of #CCA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA100

Black with #CCA100

Text Example


Text Example

White with #CCA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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