Html Css Color HEX #D86513 Chocolate

📋 copy color: '#D86513'

red 216 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D86513

Tints of Chocolate #D86513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 64.29%
G = 30.06%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86513 (or 0xD86513) is known color: Chocolate. HEX triplet: D8, 65 and 13. RGB value is (216,101,19). Sum of RGB (Red+Green+Blue) = 216+101+19=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D86513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86513 is #279AEC. Grayscale: #7E7E7E. Windows color (decimal): -2595565 or 1271256. OLE color: 1271256.

HSL color Cylindrical-coordinate representation of color #D86513: hue angle of 24.97º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D86513 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 19 -
CMYK 0 0.53 0.91 0.15
HSL 24.97º 0.84% 0.46% -
HSV(B) 24.97º 0.91% 0.85% -
XYZ 33.09 23.95 3.5 -
YUV 126.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 216 101 19 0 0.53 0.91 0.15 24.97 0.84 0.46
Hex D8 65 13 0 35 5B F 19 54 2E
Octal 330 145 23 0 65 133 17 31 124 56
Binary 11011000 1100101 10011 0 110101 1011011 1111 11001 1010100 101110

Color Harmonies of #D86513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86513

Black with #D86513

Text Example


Text Example

White with #D86513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86513; }

 p { color: rgb(216,101,19); }

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

background-color css

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

 a { background-color: rgb(216,101,19); }

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

border-color css

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

 span { border-color: rgb(216,101,19); }

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