Html Css Color HEX #CC9803 Gamboge

📋 copy color: '#CC9803'

red 204 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #CC9803

Tints of Gamboge #CC9803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 56.82%
G = 42.34%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC9803 (or 0xCC9803) is known color: Gamboge. HEX triplet: CC, 98 and 03. RGB value is (204,152,3). Sum of RGB (Red+Green+Blue) = 204+152+3=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9803 is #3367FC. Grayscale: #979797. Windows color (decimal): -3368957 or 235724. OLE color: 235724.

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

Color convert

RGB 204 152 3 -
CMYK 0 0.25 0.99 0.2
HSL 44.48º 0.97% 0.41% -
HSV(B) 44.48º 0.99% 0.8% -
XYZ 36.15 35.3 4.99 -
YUV 150.56 44.73 166.12 -
System Red Green Blue C M Y K H S L
Decimal 204 152 3 0 0.25 0.99 0.2 44.48 0.97 0.41
Hex CC 98 3 0 19 63 14 2C 61 29
Octal 314 230 3 0 31 143 24 54 141 51
Binary 11001100 10011000 11 0 11001 1100011 10100 101100 1100001 101001

Color Harmonies of #CC9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9803

Black with #CC9803

Text Example


Text Example

White with #CC9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9803; }

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

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

background-color css

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

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

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

border-color css

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

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

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