Html Css Color HEX #CC9804 Gamboge

📋 copy color: '#CC9804'

red 204 ◦ green 152 ◦ blue 4

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

Shades of Gamboge #CC9804

Tints of Gamboge #CC9804

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 56.67%
G = 42.22%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC9804 (or 0xCC9804) is known color: Gamboge. HEX triplet: CC, 98 and 04. RGB value is (204,152,4). Sum of RGB (Red+Green+Blue) = 204+152+4=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9804 is #3367FB. Grayscale: #979797. Windows color (decimal): -3368956 or 301260. OLE color: 301260.

HSL color Cylindrical-coordinate representation of color #CC9804: hue angle of 44.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC9804 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 4 -
CMYK 0 0.25 0.98 0.2
HSL 44.4º 0.96% 0.41% -
HSV(B) 44.4º 0.98% 0.8% -
XYZ 36.15 35.3 5.02 -
YUV 150.68 45.23 166.03 -
System Red Green Blue C M Y K H S L
Decimal 204 152 4 0 0.25 0.98 0.2 44.4 0.96 0.41
Hex CC 98 4 0 19 62 14 2C 60 29
Octal 314 230 4 0 31 142 24 54 140 51
Binary 11001100 10011000 100 0 11001 1100010 10100 101100 1100000 101001

Color Harmonies of #CC9804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9804

Black with #CC9804

Text Example


Text Example

White with #CC9804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9804; }

 p { color: rgb(204,152,4); }

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

background-color css

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

 a { background-color: rgb(204,152,4); }

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

border-color css

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

 span { border-color: rgb(204,152,4); }

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