Html Css Color HEX #D8541A Chocolate

📋 copy color: '#D8541A'

red 216 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #D8541A

Tints of Chocolate #D8541A

RGB

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

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

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

R = 66.26%
G = 25.77%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8541A (or 0xD8541A) is known color: Chocolate. HEX triplet: D8, 54 and 1A. RGB value is (216,84,26). Sum of RGB (Red+Green+Blue) = 216+84+26=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8541A is #27ABE5. Grayscale: #757575. Windows color (decimal): -2599910 or 1725656. OLE color: 1725656.

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

Color convert

RGB 216 84 26 -
CMYK 0 0.61 0.88 0.15
HSL 18.32º 0.79% 0.47% -
HSV(B) 18.32º 0.88% 0.85% -
XYZ 31.68 21.01 3.36 -
YUV 116.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 216 84 26 0 0.61 0.88 0.15 18.32 0.79 0.47
Hex D8 54 1A 0 3D 58 F 12 4F 2F
Octal 330 124 32 0 75 130 17 22 117 57
Binary 11011000 1010100 11010 0 111101 1011000 1111 10010 1001111 101111

Color Harmonies of #D8541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8541A

Black with #D8541A

Text Example


Text Example

White with #D8541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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