Html Css Color HEX #DE9A00 Gamboge

📋 copy color: '#DE9A00'

red 222 ◦ green 154 ◦ blue 0

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

Shades of Gamboge #DE9A00

Tints of Gamboge #DE9A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 59.04%
G = 40.96%
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

#DE9A00 (or 0xDE9A00) is known color: Gamboge. HEX triplet: DE, 9A and 00. RGB value is (222,154,0). Sum of RGB (Red+Green+Blue) = 222+154+0=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9A00 is #2165FF. Grayscale: #9D9D9D. Windows color (decimal): -2188800 or 39646. OLE color: 39646.

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

Color convert

RGB 222 154 0 -
CMYK 0 0.31 1 0.13
HSL 41.62º 1% 0.44% -
HSV(B) 41.62º 1% 0.87% -
XYZ 41.68 38.64 5.26 -
YUV 156.78 39.53 174.52 -
System Red Green Blue C M Y K H S L
Decimal 222 154 0 0 0.31 1 0.13 41.62 1 0.44
Hex DE 9A 0 0 1F 64 D 2A 64 2C
Octal 336 232 0 0 37 144 15 52 144 54
Binary 11011110 10011010 0 0 11111 1100100 1101 101010 1100100 101100

Color Harmonies of #DE9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A00

Black with #DE9A00

Text Example


Text Example

White with #DE9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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