Html Css Color HEX #D8531E Chocolate

📋 copy color: '#D8531E'

red 216 ◦ green 83 ◦ blue 30

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

Shades of Chocolate #D8531E

Tints of Chocolate #D8531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 65.65%
G = 25.23%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8531E (or 0xD8531E) is known color: Chocolate. HEX triplet: D8, 53 and 1E. RGB value is (216,83,30). Sum of RGB (Red+Green+Blue) = 216+83+30=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8531E is #27ACE1. Grayscale: #757575. Windows color (decimal): -2600162 or 1987544. OLE color: 1987544.

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

Color convert

RGB 216 83 30 -
CMYK 0 0.62 0.86 0.15
HSL 17.1º 0.76% 0.48% -
HSV(B) 17.1º 0.86% 0.85% -
XYZ 31.65 20.88 3.59 -
YUV 116.73 79.06 198.81 -
System Red Green Blue C M Y K H S L
Decimal 216 83 30 0 0.62 0.86 0.15 17.1 0.76 0.48
Hex D8 53 1E 0 3E 56 F 11 4C 30
Octal 330 123 36 0 76 126 17 21 114 60
Binary 11011000 1010011 11110 0 111110 1010110 1111 10001 1001100 110000

Color Harmonies of #D8531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8531E

Black with #D8531E

Text Example


Text Example

White with #D8531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8531E; }

 p { color: rgb(216,83,30); }

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

background-color css

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

 a { background-color: rgb(216,83,30); }

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

border-color css

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

 span { border-color: rgb(216,83,30); }

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