Html Css Color HEX #DE9119 Gamboge

📋 copy color: '#DE9119'

red 222 ◦ green 145 ◦ blue 25

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

Shades of Gamboge #DE9119

Tints of Gamboge #DE9119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.38%

R = 56.63%
G = 36.99%
B = 6.38%

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

#DE9119 (or 0xDE9119) is known color: Gamboge. HEX triplet: DE, 91 and 19. RGB value is (222,145,25). Sum of RGB (Red+Green+Blue) = 222+145+25=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9119 is #216EE6. Grayscale: #9A9A9A. Windows color (decimal): -2191079 or 1675742. OLE color: 1675742.

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

Color convert

RGB 222 145 25 -
CMYK 0 0.35 0.89 0.13
HSL 36.55º 0.8% 0.48% -
HSV(B) 36.55º 0.89% 0.87% -
XYZ 40.43 35.85 5.71 -
YUV 154.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 222 145 25 0 0.35 0.89 0.13 36.55 0.8 0.48
Hex DE 91 19 0 23 59 D 25 50 30
Octal 336 221 31 0 43 131 15 45 120 60
Binary 11011110 10010001 11001 0 100011 1011001 1101 100101 1010000 110000

Color Harmonies of #DE9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9119

Black with #DE9119

Text Example


Text Example

White with #DE9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9119; }

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

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

background-color css

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

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

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

border-color css

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

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

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