Html Css Color HEX #D86D1F Chocolate

📋 copy color: '#D86D1F'

red 216 ◦ green 109 ◦ blue 31

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

Shades of Chocolate #D86D1F

Tints of Chocolate #D86D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 60.67%
G = 30.62%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D86D1F (or 0xD86D1F) is known color: Chocolate. HEX triplet: D8, 6D and 1F. RGB value is (216,109,31). Sum of RGB (Red+Green+Blue) = 216+109+31=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D1F is #2792E0. Grayscale: #848484. Windows color (decimal): -2593505 or 2059736. OLE color: 2059736.

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

Color convert

RGB 216 109 31 -
CMYK 0 0.50 0.86 0.15
HSL 25.3º 0.75% 0.48% -
HSV(B) 25.3º 0.86% 0.85% -
XYZ 34.03 25.64 4.45 -
YUV 132.1 70.95 187.84 -
System Red Green Blue C M Y K H S L
Decimal 216 109 31 0 0.50 0.86 0.15 25.3 0.75 0.48
Hex D8 6D 1F 0 32 56 F 19 4B 30
Octal 330 155 37 0 62 126 17 31 113 60
Binary 11011000 1101101 11111 0 110010 1010110 1111 11001 1001011 110000

Color Harmonies of #D86D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D1F

Black with #D86D1F

Text Example


Text Example

White with #D86D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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