Html Css Color HEX #DE9118 Gamboge

📋 copy color: '#DE9118'

red 222 ◦ green 145 ◦ blue 24

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

Shades of Gamboge #DE9118

Tints of Gamboge #DE9118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 56.78%
G = 37.08%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE9118 (or 0xDE9118) is known color: Gamboge. HEX triplet: DE, 91 and 18. RGB value is (222,145,24). Sum of RGB (Red+Green+Blue) = 222+145+24=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9118 is #216EE7. Grayscale: #9A9A9A. Windows color (decimal): -2191080 or 1610206. OLE color: 1610206.

HSL color Cylindrical-coordinate representation of color #DE9118: hue angle of 36.67º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE9118 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 145 24 -
CMYK 0 0.35 0.89 0.13
HSL 36.67º 0.8% 0.48% -
HSV(B) 36.67º 0.89% 0.87% -
XYZ 40.41 35.85 5.65 -
YUV 154.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 222 145 24 0 0.35 0.89 0.13 36.67 0.8 0.48
Hex DE 91 18 0 23 59 D 25 50 30
Octal 336 221 30 0 43 131 15 45 120 60
Binary 11011110 10010001 11000 0 100011 1011001 1101 100101 1010000 110000

Color Harmonies of #DE9118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9118

Black with #DE9118

Text Example


Text Example

White with #DE9118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9118; }

 p { color: rgb(222,145,24); }

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

background-color css

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

 a { background-color: rgb(222,145,24); }

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

border-color css

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

 span { border-color: rgb(222,145,24); }

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