Html Css Color HEX #D86115 Chocolate

📋 copy color: '#D86115'

red 216 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #D86115

Tints of Chocolate #D86115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 64.67%
G = 29.04%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86115 (or 0xD86115) is known color: Chocolate. HEX triplet: D8, 61 and 15. RGB value is (216,97,21). Sum of RGB (Red+Green+Blue) = 216+97+21=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D86115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86115 is #279EEA. Grayscale: #7C7C7C. Windows color (decimal): -2596587 or 1401304. OLE color: 1401304.

HSL color Cylindrical-coordinate representation of color #D86115: hue angle of 23.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D86115 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 21 -
CMYK 0 0.55 0.90 0.15
HSL 23.38º 0.82% 0.46% -
HSV(B) 23.38º 0.9% 0.85% -
XYZ 32.73 23.2 3.46 -
YUV 123.92 69.92 193.68 -
System Red Green Blue C M Y K H S L
Decimal 216 97 21 0 0.55 0.90 0.15 23.38 0.82 0.46
Hex D8 61 15 0 37 5A F 17 52 2E
Octal 330 141 25 0 67 132 17 27 122 56
Binary 11011000 1100001 10101 0 110111 1011010 1111 10111 1010010 101110

Color Harmonies of #D86115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86115

Black with #D86115

Text Example


Text Example

White with #D86115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86115; }

 p { color: rgb(216,97,21); }

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

background-color css

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

 a { background-color: rgb(216,97,21); }

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

border-color css

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

 span { border-color: rgb(216,97,21); }

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