Html Css Color HEX #D8711E Chocolate

📋 copy color: '#D8711E'

red 216 ◦ green 113 ◦ blue 30

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

Shades of Chocolate #D8711E

Tints of Chocolate #D8711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 60.17%
G = 31.48%
B = 8.36%

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

#D8711E (or 0xD8711E) is known color: Chocolate. HEX triplet: D8, 71 and 1E. RGB value is (216,113,30). Sum of RGB (Red+Green+Blue) = 216+113+30=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8711E is #278EE1. Grayscale: #868686. Windows color (decimal): -2592482 or 1995224. OLE color: 1995224.

HSL color Cylindrical-coordinate representation of color #D8711E: hue angle of 26.77º degrees, saturation: 0.76, 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 #D8711E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 30 -
CMYK 0 0.48 0.86 0.15
HSL 26.77º 0.76% 0.48% -
HSV(B) 26.77º 0.86% 0.85% -
XYZ 34.46 26.5 4.53 -
YUV 134.34 69.12 186.25 -
System Red Green Blue C M Y K H S L
Decimal 216 113 30 0 0.48 0.86 0.15 26.77 0.76 0.48
Hex D8 71 1E 0 30 56 F 1B 4C 30
Octal 330 161 36 0 60 126 17 33 114 60
Binary 11011000 1110001 11110 0 110000 1010110 1111 11011 1001100 110000

Color Harmonies of #D8711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8711E

Black with #D8711E

Text Example


Text Example

White with #D8711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8711E; }

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

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

background-color css

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

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

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

border-color css

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

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

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