Html Css Color HEX #D8581C Chocolate

📋 copy color: '#D8581C'

red 216 ◦ green 88 ◦ blue 28

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

Shades of Chocolate #D8581C

Tints of Chocolate #D8581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 65.06%
G = 26.51%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8581C (or 0xD8581C) is known color: Chocolate. HEX triplet: D8, 58 and 1C. RGB value is (216,88,28). Sum of RGB (Red+Green+Blue) = 216+88+28=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8581C is #27A7E3. Grayscale: #777777. Windows color (decimal): -2598884 or 1857752. OLE color: 1857752.

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

Color convert

RGB 216 88 28 -
CMYK 0 0.59 0.87 0.15
HSL 19.15º 0.77% 0.48% -
HSV(B) 19.15º 0.87% 0.85% -
XYZ 32.02 21.66 3.59 -
YUV 119.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 216 88 28 0 0.59 0.87 0.15 19.15 0.77 0.48
Hex D8 58 1C 0 3B 57 F 13 4D 30
Octal 330 130 34 0 73 127 17 23 115 60
Binary 11011000 1011000 11100 0 111011 1010111 1111 10011 1001101 110000

Color Harmonies of #D8581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8581C

Black with #D8581C

Text Example


Text Example

White with #D8581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8581C; }

 p { color: rgb(216,88,28); }

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

background-color css

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

 a { background-color: rgb(216,88,28); }

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

border-color css

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

 span { border-color: rgb(216,88,28); }

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