Html Css Color HEX #DF8710 Gamboge

📋 copy color: '#DF8710'

red 223 ◦ green 135 ◦ blue 16

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

Shades of Gamboge #DF8710

Tints of Gamboge #DF8710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 59.63%
G = 36.1%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF8710 (or 0xDF8710) is known color: Gamboge. HEX triplet: DF, 87 and 10. RGB value is (223,135,16). Sum of RGB (Red+Green+Blue) = 223+135+16=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8710 is #2078EF. Grayscale: #949494. Windows color (decimal): -2128112 or 1083359. OLE color: 1083359.

HSL color Cylindrical-coordinate representation of color #DF8710: hue angle of 34.49º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF8710 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 135 16 -
CMYK 0 0.39 0.93 0.13
HSL 34.49º 0.87% 0.47% -
HSV(B) 34.49º 0.93% 0.87% -
XYZ 39.19 33.05 4.8 -
YUV 147.75 53.65 181.68 -
System Red Green Blue C M Y K H S L
Decimal 223 135 16 0 0.39 0.93 0.13 34.49 0.87 0.47
Hex DF 87 10 0 27 5D D 22 57 2F
Octal 337 207 20 0 47 135 15 42 127 57
Binary 11011111 10000111 10000 0 100111 1011101 1101 100010 1010111 101111

Color Harmonies of #DF8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8710

Black with #DF8710

Text Example


Text Example

White with #DF8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8710; }

 p { color: rgb(223,135,16); }

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

background-color css

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

 a { background-color: rgb(223,135,16); }

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

border-color css

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

 span { border-color: rgb(223,135,16); }

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