Html Css Color HEX #DE8F16 Gamboge

📋 copy color: '#DE8F16'

red 222 ◦ green 143 ◦ blue 22

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

Shades of Gamboge #DE8F16

Tints of Gamboge #DE8F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.95%

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

R = 57.36%
G = 36.95%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE8F16 (or 0xDE8F16) is known color: Gamboge. HEX triplet: DE, 8F and 16. RGB value is (222,143,22). Sum of RGB (Red+Green+Blue) = 222+143+22=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F16 is #2170E9. Grayscale: #999999. Windows color (decimal): -2191594 or 1478622. OLE color: 1478622.

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

Color convert

RGB 222 143 22 -
CMYK 0 0.36 0.90 0.13
HSL 36.3º 0.82% 0.48% -
HSV(B) 36.3º 0.9% 0.87% -
XYZ 40.09 35.23 5.45 -
YUV 152.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 222 143 22 0 0.36 0.90 0.13 36.3 0.82 0.48
Hex DE 8F 16 0 24 5A D 24 52 30
Octal 336 217 26 0 44 132 15 44 122 60
Binary 11011110 10001111 10110 0 100100 1011010 1101 100100 1010010 110000

Color Harmonies of #DE8F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F16

Black with #DE8F16

Text Example


Text Example

White with #DE8F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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