Html Css Color HEX #DE9900 Gamboge

📋 copy color: '#DE9900'

red 222 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #DE9900

Tints of Gamboge #DE9900

RGB

 RED value IS 222 (87.11% from 255) = 59.2%

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

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

R = 59.2%
G = 40.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE9900 (or 0xDE9900) is known color: Gamboge. HEX triplet: DE, 99 and 00. RGB value is (222,153,0). Sum of RGB (Red+Green+Blue) = 222+153+0=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9900 is #2166FF. Grayscale: #9C9C9C. Windows color (decimal): -2189056 or 39390. OLE color: 39390.

HSL color Cylindrical-coordinate representation of color #DE9900: hue angle of 41.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE9900 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 153 0 -
CMYK 0 0.31 1 0.13
HSL 41.35º 1% 0.44% -
HSV(B) 41.35º 1% 0.87% -
XYZ 41.52 38.31 5.21 -
YUV 156.19 39.86 174.94 -
System Red Green Blue C M Y K H S L
Decimal 222 153 0 0 0.31 1 0.13 41.35 1 0.44
Hex DE 99 0 0 1F 64 D 29 64 2C
Octal 336 231 0 0 37 144 15 51 144 54
Binary 11011110 10011001 0 0 11111 1100100 1101 101001 1100100 101100

Color Harmonies of #DE9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9900

Black with #DE9900

Text Example


Text Example

White with #DE9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9900; }

 p { color: rgb(222,153,0); }

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

background-color css

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

 a { background-color: rgb(222,153,0); }

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

border-color css

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

 span { border-color: rgb(222,153,0); }

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