Html Css Color HEX #D8700E Chocolate

📋 copy color: '#D8700E'

red 216 ◦ green 112 ◦ blue 14

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

Shades of Chocolate #D8700E

Tints of Chocolate #D8700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 63.16%
G = 32.75%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8700E (or 0xD8700E) is known color: Chocolate. HEX triplet: D8, 70 and 0E. RGB value is (216,112,14). Sum of RGB (Red+Green+Blue) = 216+112+14=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8700E is #278FF1. Grayscale: #848484. Windows color (decimal): -2592754 or 946392. OLE color: 946392.

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

Color convert

RGB 216 112 14 -
CMYK 0 0.48 0.94 0.15
HSL 29.11º 0.88% 0.45% -
HSV(B) 29.11º 0.94% 0.85% -
XYZ 34.19 26.22 3.67 -
YUV 131.92 61.46 187.97 -
System Red Green Blue C M Y K H S L
Decimal 216 112 14 0 0.48 0.94 0.15 29.11 0.88 0.45
Hex D8 70 E 0 30 5E F 1D 58 2D
Octal 330 160 16 0 60 136 17 35 130 55
Binary 11011000 1110000 1110 0 110000 1011110 1111 11101 1011000 101101

Color Harmonies of #D8700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8700E

Black with #D8700E

Text Example


Text Example

White with #D8700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8700E; }

 p { color: rgb(216,112,14); }

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

background-color css

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

 a { background-color: rgb(216,112,14); }

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

border-color css

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

 span { border-color: rgb(216,112,14); }

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