Html Css Color HEX #D8511A Chocolate

📋 copy color: '#D8511A'

red 216 ◦ green 81 ◦ blue 26

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

Shades of Chocolate #D8511A

Tints of Chocolate #D8511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 66.87%
G = 25.08%
B = 8.05%

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

#D8511A (or 0xD8511A) is known color: Chocolate. HEX triplet: D8, 51 and 1A. RGB value is (216,81,26). Sum of RGB (Red+Green+Blue) = 216+81+26=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D8511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8511A is #27AEE5. Grayscale: #737373. Windows color (decimal): -2600678 or 1724888. OLE color: 1724888.

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

Color convert

RGB 216 81 26 -
CMYK 0 0.62 0.88 0.15
HSL 17.37º 0.79% 0.47% -
HSV(B) 17.37º 0.88% 0.85% -
XYZ 31.45 20.56 3.29 -
YUV 115.1 77.73 199.97 -
System Red Green Blue C M Y K H S L
Decimal 216 81 26 0 0.62 0.88 0.15 17.37 0.79 0.47
Hex D8 51 1A 0 3E 58 F 11 4F 2F
Octal 330 121 32 0 76 130 17 21 117 57
Binary 11011000 1010001 11010 0 111110 1011000 1111 10001 1001111 101111

Color Harmonies of #D8511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8511A

Black with #D8511A

Text Example


Text Example

White with #D8511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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