Html Css Color HEX #D86013 Chocolate

📋 copy color: '#D86013'

red 216 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #D86013

Tints of Chocolate #D86013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 65.26%
G = 29%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86013 (or 0xD86013) is known color: Chocolate. HEX triplet: D8, 60 and 13. RGB value is (216,96,19). Sum of RGB (Red+Green+Blue) = 216+96+19=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D86013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86013 is #279FEC. Grayscale: #7B7B7B. Windows color (decimal): -2596845 or 1269976. OLE color: 1269976.

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

Color convert

RGB 216 96 19 -
CMYK 0 0.56 0.91 0.15
HSL 23.45º 0.84% 0.46% -
HSV(B) 23.45º 0.91% 0.85% -
XYZ 32.62 23.01 3.34 -
YUV 123.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 216 96 19 0 0.56 0.91 0.15 23.45 0.84 0.46
Hex D8 60 13 0 38 5B F 17 54 2E
Octal 330 140 23 0 70 133 17 27 124 56
Binary 11011000 1100000 10011 0 111000 1011011 1111 10111 1010100 101110

Color Harmonies of #D86013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86013

Black with #D86013

Text Example


Text Example

White with #D86013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86013; }

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

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

background-color css

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

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

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

border-color css

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

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

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