Html Css Color HEX #CC9903 Gamboge

📋 copy color: '#CC9903'

red 204 ◦ green 153 ◦ blue 3

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

Shades of Gamboge #CC9903

Tints of Gamboge #CC9903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

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

R = 56.67%
G = 42.5%
B = 0.83%

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

#CC9903 (or 0xCC9903) is known color: Gamboge. HEX triplet: CC, 99 and 03. RGB value is (204,153,3). Sum of RGB (Red+Green+Blue) = 204+153+3=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9903 is #3366FC. Grayscale: #979797. Windows color (decimal): -3368701 or 235980. OLE color: 235980.

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

Color convert

RGB 204 153 3 -
CMYK 0 0.25 0.99 0.2
HSL 44.78º 0.97% 0.41% -
HSV(B) 44.78º 0.99% 0.8% -
XYZ 36.31 35.63 5.05 -
YUV 151.15 44.4 165.7 -
System Red Green Blue C M Y K H S L
Decimal 204 153 3 0 0.25 0.99 0.2 44.78 0.97 0.41
Hex CC 99 3 0 19 63 14 2D 61 29
Octal 314 231 3 0 31 143 24 55 141 51
Binary 11001100 10011001 11 0 11001 1100011 10100 101101 1100001 101001

Color Harmonies of #CC9903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9903

Black with #CC9903

Text Example


Text Example

White with #CC9903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9903; }

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

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

background-color css

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

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

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

border-color css

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

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

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