Html Css Color HEX #D86313 Chocolate

📋 copy color: '#D86313'

red 216 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #D86313

Tints of Chocolate #D86313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 64.67%
G = 29.64%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D86313 (or 0xD86313) is known color: Chocolate. HEX triplet: D8, 63 and 13. RGB value is (216,99,19). Sum of RGB (Red+Green+Blue) = 216+99+19=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D86313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86313 is #279CEC. Grayscale: #7D7D7D. Windows color (decimal): -2596077 or 1270744. OLE color: 1270744.

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

Color convert

RGB 216 99 19 -
CMYK 0 0.54 0.91 0.15
HSL 24.37º 0.84% 0.46% -
HSV(B) 24.37º 0.91% 0.85% -
XYZ 32.9 23.57 3.43 -
YUV 124.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 216 99 19 0 0.54 0.91 0.15 24.37 0.84 0.46
Hex D8 63 13 0 36 5B F 18 54 2E
Octal 330 143 23 0 66 133 17 30 124 56
Binary 11011000 1100011 10011 0 110110 1011011 1111 11000 1010100 101110

Color Harmonies of #D86313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86313

Black with #D86313

Text Example


Text Example

White with #D86313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86313; }

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

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

background-color css

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

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

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

border-color css

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

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

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