Html Css Color HEX #DE9F19 Gamboge

📋 copy color: '#DE9F19'

red 222 ◦ green 159 ◦ blue 25

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

Shades of Gamboge #DE9F19

Tints of Gamboge #DE9F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

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

R = 54.68%
G = 39.16%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE9F19 (or 0xDE9F19) is known color: Gamboge. HEX triplet: DE, 9F and 19. RGB value is (222,159,25). Sum of RGB (Red+Green+Blue) = 222+159+25=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9F19 is #2160E6. Grayscale: #A3A3A3. Windows color (decimal): -2187495 or 1679326. OLE color: 1679326.

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

Color convert

RGB 222 159 25 -
CMYK 0 0.28 0.89 0.13
HSL 40.81º 0.8% 0.48% -
HSV(B) 40.81º 0.89% 0.87% -
XYZ 42.7 40.4 6.47 -
YUV 162.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 222 159 25 0 0.28 0.89 0.13 40.81 0.8 0.48
Hex DE 9F 19 0 1C 59 D 29 50 30
Octal 336 237 31 0 34 131 15 51 120 60
Binary 11011110 10011111 11001 0 11100 1011001 1101 101001 1010000 110000

Color Harmonies of #DE9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F19

Black with #DE9F19

Text Example


Text Example

White with #DE9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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