Html Css Color HEX #D86E1C Chocolate

📋 copy color: '#D86E1C'

red 216 ◦ green 110 ◦ blue 28

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

Shades of Chocolate #D86E1C

Tints of Chocolate #D86E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 61.02%
G = 31.07%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D86E1C (or 0xD86E1C) is known color: Chocolate. HEX triplet: D8, 6E and 1C. RGB value is (216,110,28). Sum of RGB (Red+Green+Blue) = 216+110+28=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E1C is #2791E3. Grayscale: #848484. Windows color (decimal): -2593252 or 1863384. OLE color: 1863384.

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

Color convert

RGB 216 110 28 -
CMYK 0 0.49 0.87 0.15
HSL 26.17º 0.77% 0.48% -
HSV(B) 26.17º 0.87% 0.85% -
XYZ 34.1 25.83 4.29 -
YUV 132.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 216 110 28 0 0.49 0.87 0.15 26.17 0.77 0.48
Hex D8 6E 1C 0 31 57 F 1A 4D 30
Octal 330 156 34 0 61 127 17 32 115 60
Binary 11011000 1101110 11100 0 110001 1010111 1111 11010 1001101 110000

Color Harmonies of #D86E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E1C

Black with #D86E1C

Text Example


Text Example

White with #D86E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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