Html Css Color HEX #DE8C09 Gamboge

📋 copy color: '#DE8C09'

red 222 ◦ green 140 ◦ blue 9

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

Shades of Gamboge #DE8C09

Tints of Gamboge #DE8C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

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

R = 59.84%
G = 37.74%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE8C09 (or 0xDE8C09) is known color: Gamboge. HEX triplet: DE, 8C and 09. RGB value is (222,140,9). Sum of RGB (Red+Green+Blue) = 222+140+9=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8C09 is #2173F6. Grayscale: #969696. Windows color (decimal): -2192375 or 625886. OLE color: 625886.

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

Color convert

RGB 222 140 9 -
CMYK 0 0.37 0.96 0.13
HSL 36.9º 0.92% 0.45% -
HSV(B) 36.9º 0.96% 0.87% -
XYZ 39.55 34.31 4.8 -
YUV 149.58 48.67 179.65 -
System Red Green Blue C M Y K H S L
Decimal 222 140 9 0 0.37 0.96 0.13 36.9 0.92 0.45
Hex DE 8C 9 0 25 60 D 25 5C 2D
Octal 336 214 11 0 45 140 15 45 134 55
Binary 11011110 10001100 1001 0 100101 1100000 1101 100101 1011100 101101

Color Harmonies of #DE8C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C09

Black with #DE8C09

Text Example


Text Example

White with #DE8C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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