Html Css Color HEX #D8541F Chocolate

📋 copy color: '#D8541F'

red 216 ◦ green 84 ◦ blue 31

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

Shades of Chocolate #D8541F

Tints of Chocolate #D8541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

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

R = 65.26%
G = 25.38%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8541F (or 0xD8541F) is known color: Chocolate. HEX triplet: D8, 54 and 1F. RGB value is (216,84,31). Sum of RGB (Red+Green+Blue) = 216+84+31=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8541F is #27ABE0. Grayscale: #757575. Windows color (decimal): -2599905 or 2053336. OLE color: 2053336.

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

Color convert

RGB 216 84 31 -
CMYK 0 0.61 0.86 0.15
HSL 17.19º 0.75% 0.48% -
HSV(B) 17.19º 0.86% 0.85% -
XYZ 31.74 21.04 3.68 -
YUV 117.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 216 84 31 0 0.61 0.86 0.15 17.19 0.75 0.48
Hex D8 54 1F 0 3D 56 F 11 4B 30
Octal 330 124 37 0 75 126 17 21 113 60
Binary 11011000 1010100 11111 0 111101 1010110 1111 10001 1001011 110000

Color Harmonies of #D8541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8541F

Black with #D8541F

Text Example


Text Example

White with #D8541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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