Html Css Color HEX #D85F13 Chocolate

📋 copy color: '#D85F13'

red 216 ◦ green 95 ◦ blue 19

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

Shades of Chocolate #D85F13

Tints of Chocolate #D85F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 65.45%
G = 28.79%
B = 5.76%

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

#D85F13 (or 0xD85F13) is known color: Chocolate. HEX triplet: D8, 5F and 13. RGB value is (216,95,19). Sum of RGB (Red+Green+Blue) = 216+95+19=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F13 is #27A0EC. Grayscale: #7A7A7A. Windows color (decimal): -2597101 or 1269720. OLE color: 1269720.

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

Color convert

RGB 216 95 19 -
CMYK 0 0.56 0.91 0.15
HSL 23.15º 0.84% 0.46% -
HSV(B) 23.15º 0.91% 0.85% -
XYZ 32.53 22.83 3.31 -
YUV 122.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 216 95 19 0 0.56 0.91 0.15 23.15 0.84 0.46
Hex D8 5F 13 0 38 5B F 17 54 2E
Octal 330 137 23 0 70 133 17 27 124 56
Binary 11011000 1011111 10011 0 111000 1011011 1111 10111 1010100 101110

Color Harmonies of #D85F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F13

Black with #D85F13

Text Example


Text Example

White with #D85F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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