Html Css Color HEX #D85C19 Chocolate

📋 copy color: '#D85C19'

red 216 ◦ green 92 ◦ blue 25

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

Shades of Chocolate #D85C19

Tints of Chocolate #D85C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 64.86%
G = 27.63%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D85C19 (or 0xD85C19) is known color: Chocolate. HEX triplet: D8, 5C and 19. RGB value is (216,92,25). Sum of RGB (Red+Green+Blue) = 216+92+25=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C19 is #27A3E6. Grayscale: #797979. Windows color (decimal): -2597863 or 1662168. OLE color: 1662168.

HSL color Cylindrical-coordinate representation of color #D85C19: hue angle of 21.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D85C19 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 25 -
CMYK 0 0.57 0.88 0.15
HSL 21.05º 0.79% 0.47% -
HSV(B) 21.05º 0.88% 0.85% -
XYZ 32.32 22.32 3.53 -
YUV 121.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 216 92 25 0 0.57 0.88 0.15 21.05 0.79 0.47
Hex D8 5C 19 0 39 58 F 15 4F 2F
Octal 330 134 31 0 71 130 17 25 117 57
Binary 11011000 1011100 11001 0 111001 1011000 1111 10101 1001111 101111

Color Harmonies of #D85C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C19

Black with #D85C19

Text Example


Text Example

White with #D85C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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