Html Css Color HEX #D8511B Chocolate

📋 copy color: '#D8511B'

red 216 ◦ green 81 ◦ blue 27

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

Shades of Chocolate #D8511B

Tints of Chocolate #D8511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25%

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 66.67%
G = 25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8511B (or 0xD8511B) is known color: Chocolate. HEX triplet: D8, 51 and 1B. RGB value is (216,81,27). Sum of RGB (Red+Green+Blue) = 216+81+27=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8511B is #27AEE4. Grayscale: #737373. Windows color (decimal): -2600677 or 1790424. OLE color: 1790424.

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

Color convert

RGB 216 81 27 -
CMYK 0 0.62 0.88 0.15
HSL 17.14º 0.78% 0.48% -
HSV(B) 17.14º 0.88% 0.85% -
XYZ 31.46 20.56 3.35 -
YUV 115.21 78.23 199.89 -
System Red Green Blue C M Y K H S L
Decimal 216 81 27 0 0.62 0.88 0.15 17.14 0.78 0.48
Hex D8 51 1B 0 3E 58 F 11 4E 30
Octal 330 121 33 0 76 130 17 21 116 60
Binary 11011000 1010001 11011 0 111110 1011000 1111 10001 1001110 110000

Color Harmonies of #D8511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8511B

Black with #D8511B

Text Example


Text Example

White with #D8511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8511B; }

 p { color: rgb(216,81,27); }

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

background-color css

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

 a { background-color: rgb(216,81,27); }

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

border-color css

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

 span { border-color: rgb(216,81,27); }

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