Html Css Color HEX #DF8E16 Gamboge

📋 copy color: '#DF8E16'

red 223 ◦ green 142 ◦ blue 22

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

Shades of Gamboge #DF8E16

Tints of Gamboge #DF8E16

RGB

 RED value IS 223 (87.5% from 255) = 57.62%

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 57.62%
G = 36.69%
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

#DF8E16 (or 0xDF8E16) is known color: Gamboge. HEX triplet: DF, 8E and 16. RGB value is (223,142,22). Sum of RGB (Red+Green+Blue) = 223+142+22=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8E16 is #2071E9. Grayscale: #999999. Windows color (decimal): -2126314 or 1478367. OLE color: 1478367.

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

Color convert

RGB 223 142 22 -
CMYK 0 0.36 0.90 0.13
HSL 35.82º 0.82% 0.48% -
HSV(B) 35.82º 0.9% 0.87% -
XYZ 40.25 35.09 5.41 -
YUV 152.54 54.34 178.26 -
System Red Green Blue C M Y K H S L
Decimal 223 142 22 0 0.36 0.90 0.13 35.82 0.82 0.48
Hex DF 8E 16 0 24 5A D 24 52 30
Octal 337 216 26 0 44 132 15 44 122 60
Binary 11011111 10001110 10110 0 100100 1011010 1101 100100 1010010 110000

Color Harmonies of #DF8E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E16

Black with #DF8E16

Text Example


Text Example

White with #DF8E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E16; }

 p { color: rgb(223,142,22); }

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

background-color css

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

 a { background-color: rgb(223,142,22); }

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

border-color css

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

 span { border-color: rgb(223,142,22); }

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