Html Css Color HEX #D85C13 Chocolate

📋 copy color: '#D85C13'

red 216 ◦ green 92 ◦ blue 19

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

Shades of Chocolate #D85C13

Tints of Chocolate #D85C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 66.06%
G = 28.13%
B = 5.81%

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

#D85C13 (or 0xD85C13) is known color: Chocolate. HEX triplet: D8, 5C and 13. RGB value is (216,92,19). Sum of RGB (Red+Green+Blue) = 216+92+19=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C13 is #27A3EC. Grayscale: #797979. Windows color (decimal): -2597869 or 1268952. OLE color: 1268952.

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

Color convert

RGB 216 92 19 -
CMYK 0 0.57 0.91 0.15
HSL 22.23º 0.84% 0.46% -
HSV(B) 22.23º 0.91% 0.85% -
XYZ 32.26 22.3 3.22 -
YUV 120.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 216 92 19 0 0.57 0.91 0.15 22.23 0.84 0.46
Hex D8 5C 13 0 39 5B F 16 54 2E
Octal 330 134 23 0 71 133 17 26 124 56
Binary 11011000 1011100 10011 0 111001 1011011 1111 10110 1010100 101110

Color Harmonies of #D85C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C13

Black with #D85C13

Text Example


Text Example

White with #D85C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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