Html Css Color HEX #DE9B09 Gamboge

📋 copy color: '#DE9B09'

red 222 ◦ green 155 ◦ blue 9

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

Shades of Gamboge #DE9B09

Tints of Gamboge #DE9B09

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

 BLUE value IS 9 (3.91% from 255) = 2.33%

R = 57.51%
G = 40.16%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE9B09 (or 0xDE9B09) is known color: Gamboge. HEX triplet: DE, 9B and 09. RGB value is (222,155,9). Sum of RGB (Red+Green+Blue) = 222+155+9=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9B09 is #2164F6. Grayscale: #9F9F9F. Windows color (decimal): -2188535 or 629726. OLE color: 629726.

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

Color convert

RGB 222 155 9 -
CMYK 0 0.30 0.96 0.13
HSL 41.13º 0.92% 0.45% -
HSV(B) 41.13º 0.96% 0.87% -
XYZ 41.89 38.99 5.58 -
YUV 158.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 222 155 9 0 0.30 0.96 0.13 41.13 0.92 0.45
Hex DE 9B 9 0 1E 60 D 29 5C 2D
Octal 336 233 11 0 36 140 15 51 134 55
Binary 11011110 10011011 1001 0 11110 1100000 1101 101001 1011100 101101

Color Harmonies of #DE9B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9B09

Black with #DE9B09

Text Example


Text Example

White with #DE9B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9B09; }

 p { color: rgb(222,155,9); }

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

background-color css

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

 a { background-color: rgb(222,155,9); }

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

border-color css

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

 span { border-color: rgb(222,155,9); }

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