Html Css Color HEX #DE8E00 Gamboge

📋 copy color: '#DE8E00'

red 222 ◦ green 142 ◦ blue 0

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

Shades of Gamboge #DE8E00

Tints of Gamboge #DE8E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

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

R = 60.99%
G = 39.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE8E00 (or 0xDE8E00) is known color: Gamboge. HEX triplet: DE, 8E and 00. RGB value is (222,142,0). Sum of RGB (Red+Green+Blue) = 222+142+0=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8E00 is #2171FF. Grayscale: #969696. Windows color (decimal): -2191872 or 36574. OLE color: 36574.

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

Color convert

RGB 222 142 0 -
CMYK 0 0.36 1 0.13
HSL 38.38º 1% 0.44% -
HSV(B) 38.38º 1% 0.87% -
XYZ 39.8 34.88 4.63 -
YUV 149.73 43.5 179.55 -
System Red Green Blue C M Y K H S L
Decimal 222 142 0 0 0.36 1 0.13 38.38 1 0.44
Hex DE 8E 0 0 24 64 D 26 64 2C
Octal 336 216 0 0 44 144 15 46 144 54
Binary 11011110 10001110 0 0 100100 1100100 1101 100110 1100100 101100

Color Harmonies of #DE8E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E00

Black with #DE8E00

Text Example


Text Example

White with #DE8E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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