Html Css Color HEX #D86E0D Chocolate

📋 copy color: '#D86E0D'

red 216 ◦ green 110 ◦ blue 13

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

Shades of Chocolate #D86E0D

Tints of Chocolate #D86E0D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 63.72%
G = 32.45%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D86E0D (or 0xD86E0D) is known color: Chocolate. HEX triplet: D8, 6E and 0D. RGB value is (216,110,13). Sum of RGB (Red+Green+Blue) = 216+110+13=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E0D is #2791F2. Grayscale: #838383. Windows color (decimal): -2593267 or 880344. OLE color: 880344.

HSL color Cylindrical-coordinate representation of color #D86E0D: hue angle of 28.67º degrees, saturation: 0.89, 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 #D86E0D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 13 -
CMYK 0 0.49 0.94 0.15
HSL 28.67º 0.89% 0.45% -
HSV(B) 28.67º 0.94% 0.85% -
XYZ 33.97 25.78 3.57 -
YUV 130.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 216 110 13 0 0.49 0.94 0.15 28.67 0.89 0.45
Hex D8 6E D 0 31 5E F 1D 59 2D
Octal 330 156 15 0 61 136 17 35 131 55
Binary 11011000 1101110 1101 0 110001 1011110 1111 11101 1011001 101101

Color Harmonies of #D86E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E0D

Black with #D86E0D

Text Example


Text Example

White with #D86E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E0D; }

 p { color: rgb(216,110,13); }

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

background-color css

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

 a { background-color: rgb(216,110,13); }

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

border-color css

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

 span { border-color: rgb(216,110,13); }

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