Html Css Color HEX #D8711F Chocolate

📋 copy color: '#D8711F'

red 216 ◦ green 113 ◦ blue 31

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

Shades of Chocolate #D8711F

Tints of Chocolate #D8711F

RGB

 RED value IS 216 (84.77% from 255) = 60%

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 60%
G = 31.39%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8711F (or 0xD8711F) is known color: Chocolate. HEX triplet: D8, 71 and 1F. RGB value is (216,113,31). Sum of RGB (Red+Green+Blue) = 216+113+31=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8711F is #278EE0. Grayscale: #868686. Windows color (decimal): -2592481 or 2060760. OLE color: 2060760.

HSL color Cylindrical-coordinate representation of color #D8711F: hue angle of 26.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8711F is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 31 -
CMYK 0 0.48 0.86 0.15
HSL 26.59º 0.75% 0.48% -
HSV(B) 26.59º 0.86% 0.85% -
XYZ 34.47 26.51 4.6 -
YUV 134.45 69.62 186.17 -
System Red Green Blue C M Y K H S L
Decimal 216 113 31 0 0.48 0.86 0.15 26.59 0.75 0.48
Hex D8 71 1F 0 30 56 F 1B 4B 30
Octal 330 161 37 0 60 126 17 33 113 60
Binary 11011000 1110001 11111 0 110000 1010110 1111 11011 1001011 110000

Color Harmonies of #D8711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8711F

Black with #D8711F

Text Example


Text Example

White with #D8711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8711F; }

 p { color: rgb(216,113,31); }

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

background-color css

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

 a { background-color: rgb(216,113,31); }

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

border-color css

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

 span { border-color: rgb(216,113,31); }

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