Html Css Color HEX #D85D1F Chocolate

📋 copy color: '#D85D1F'

red 216 ◦ green 93 ◦ blue 31

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

Shades of Chocolate #D85D1F

Tints of Chocolate #D85D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 63.53%
G = 27.35%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D85D1F (or 0xD85D1F) is known color: Chocolate. HEX triplet: D8, 5D and 1F. RGB value is (216,93,31). Sum of RGB (Red+Green+Blue) = 216+93+31=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D1F is #27A2E0. Grayscale: #7B7B7B. Windows color (decimal): -2597601 or 2055640. OLE color: 2055640.

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

Color convert

RGB 216 93 31 -
CMYK 0 0.57 0.86 0.15
HSL 20.11º 0.75% 0.48% -
HSV(B) 20.11º 0.86% 0.85% -
XYZ 32.48 22.53 3.93 -
YUV 122.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 216 93 31 0 0.57 0.86 0.15 20.11 0.75 0.48
Hex D8 5D 1F 0 39 56 F 14 4B 30
Octal 330 135 37 0 71 126 17 24 113 60
Binary 11011000 1011101 11111 0 111001 1010110 1111 10100 1001011 110000

Color Harmonies of #D85D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D1F

Black with #D85D1F

Text Example


Text Example

White with #D85D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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