Html Css Color HEX #D86D0D Chocolate

📋 copy color: '#D86D0D'

red 216 ◦ green 109 ◦ blue 13

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

Shades of Chocolate #D86D0D

Tints of Chocolate #D86D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

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

R = 63.91%
G = 32.25%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D86D0D (or 0xD86D0D) is known color: Chocolate. HEX triplet: D8, 6D and 0D. RGB value is (216,109,13). Sum of RGB (Red+Green+Blue) = 216+109+13=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D0D is #2792F2. Grayscale: #828282. Windows color (decimal): -2593523 or 880088. OLE color: 880088.

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

Color convert

RGB 216 109 13 -
CMYK 0 0.50 0.94 0.15
HSL 28.37º 0.89% 0.45% -
HSV(B) 28.37º 0.94% 0.85% -
XYZ 33.86 25.57 3.53 -
YUV 130.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 216 109 13 0 0.50 0.94 0.15 28.37 0.89 0.45
Hex D8 6D D 0 32 5E F 1C 59 2D
Octal 330 155 15 0 62 136 17 34 131 55
Binary 11011000 1101101 1101 0 110010 1011110 1111 11100 1011001 101101

Color Harmonies of #D86D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D0D

Black with #D86D0D

Text Example


Text Example

White with #D86D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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