Html Css Color HEX #D85D13 Chocolate

📋 copy color: '#D85D13'

red 216 ◦ green 93 ◦ blue 19

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

Shades of Chocolate #D85D13

Tints of Chocolate #D85D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 65.85%
G = 28.35%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D85D13 (or 0xD85D13) is known color: Chocolate. HEX triplet: D8, 5D and 13. RGB value is (216,93,19). Sum of RGB (Red+Green+Blue) = 216+93+19=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D13 is #27A2EC. Grayscale: #797979. Windows color (decimal): -2597613 or 1269208. OLE color: 1269208.

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

Color convert

RGB 216 93 19 -
CMYK 0 0.57 0.91 0.15
HSL 22.54º 0.84% 0.46% -
HSV(B) 22.54º 0.91% 0.85% -
XYZ 32.35 22.47 3.25 -
YUV 121.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 216 93 19 0 0.57 0.91 0.15 22.54 0.84 0.46
Hex D8 5D 13 0 39 5B F 17 54 2E
Octal 330 135 23 0 71 133 17 27 124 56
Binary 11011000 1011101 10011 0 111001 1011011 1111 10111 1010100 101110

Color Harmonies of #D85D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D13

Black with #D85D13

Text Example


Text Example

White with #D85D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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