Html Css Color HEX #D86F15 Chocolate

📋 copy color: '#D86F15'

red 216 ◦ green 111 ◦ blue 21

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

Shades of Chocolate #D86F15

Tints of Chocolate #D86F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 62.07%
G = 31.9%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86F15 (or 0xD86F15) is known color: Chocolate. HEX triplet: D8, 6F and 15. RGB value is (216,111,21). Sum of RGB (Red+Green+Blue) = 216+111+21=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86F15 is #2790EA. Grayscale: #848484. Windows color (decimal): -2593003 or 1404888. OLE color: 1404888.

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

Color convert

RGB 216 111 21 -
CMYK 0 0.49 0.90 0.15
HSL 27.69º 0.82% 0.46% -
HSV(B) 27.69º 0.9% 0.85% -
XYZ 34.14 26.02 3.93 -
YUV 132.14 65.29 187.82 -
System Red Green Blue C M Y K H S L
Decimal 216 111 21 0 0.49 0.90 0.15 27.69 0.82 0.46
Hex D8 6F 15 0 31 5A F 1C 52 2E
Octal 330 157 25 0 61 132 17 34 122 56
Binary 11011000 1101111 10101 0 110001 1011010 1111 11100 1010010 101110

Color Harmonies of #D86F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F15

Black with #D86F15

Text Example


Text Example

White with #D86F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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