Html Css Color HEX #DE8D11 Gamboge

📋 copy color: '#DE8D11'

red 222 ◦ green 141 ◦ blue 17

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

Shades of Gamboge #DE8D11

Tints of Gamboge #DE8D11

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 58.42%
G = 37.11%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE8D11 (or 0xDE8D11) is known color: Gamboge. HEX triplet: DE, 8D and 11. RGB value is (222,141,17). Sum of RGB (Red+Green+Blue) = 222+141+17=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8D11 is #2172EE. Grayscale: #979797. Windows color (decimal): -2192111 or 1150430. OLE color: 1150430.

HSL color Cylindrical-coordinate representation of color #DE8D11: hue angle of 36.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE8D11 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 141 17 -
CMYK 0 0.36 0.92 0.13
HSL 36.29º 0.86% 0.47% -
HSV(B) 36.29º 0.92% 0.87% -
XYZ 39.75 34.62 5.12 -
YUV 151.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 222 141 17 0 0.36 0.92 0.13 36.29 0.86 0.47
Hex DE 8D 11 0 24 5C D 24 56 2F
Octal 336 215 21 0 44 134 15 44 126 57
Binary 11011110 10001101 10001 0 100100 1011100 1101 100100 1010110 101111

Color Harmonies of #DE8D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D11

Black with #DE8D11

Text Example


Text Example

White with #DE8D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D11; }

 p { color: rgb(222,141,17); }

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

background-color css

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

 a { background-color: rgb(222,141,17); }

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

border-color css

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

 span { border-color: rgb(222,141,17); }

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