Html Css Color HEX #DE8C16 Gamboge

📋 copy color: '#DE8C16'

red 222 ◦ green 140 ◦ blue 22

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

Shades of Gamboge #DE8C16

Tints of Gamboge #DE8C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 57.81%
G = 36.46%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE8C16 (or 0xDE8C16) is known color: Gamboge. HEX triplet: DE, 8C and 16. RGB value is (222,140,22). Sum of RGB (Red+Green+Blue) = 222+140+22=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8C16 is #2173E9. Grayscale: #979797. Windows color (decimal): -2192362 or 1477854. OLE color: 1477854.

HSL color Cylindrical-coordinate representation of color #DE8C16: hue angle of 35.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE8C16 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 140 22 -
CMYK 0 0.37 0.90 0.13
HSL 35.4º 0.82% 0.48% -
HSV(B) 35.4º 0.9% 0.87% -
XYZ 39.65 34.34 5.3 -
YUV 151.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 222 140 22 0 0.37 0.90 0.13 35.4 0.82 0.48
Hex DE 8C 16 0 25 5A D 23 52 30
Octal 336 214 26 0 45 132 15 43 122 60
Binary 11011110 10001100 10110 0 100101 1011010 1101 100011 1010010 110000

Color Harmonies of #DE8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C16

Black with #DE8C16

Text Example


Text Example

White with #DE8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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