Html Css Color HEX #D6571E Chocolate

📋 copy color: '#D6571E'

red 214 ◦ green 87 ◦ blue 30

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

Shades of Chocolate #D6571E

Tints of Chocolate #D6571E

RGB

 RED value IS 214 (83.98% from 255) = 64.65%

 GREEN value IS 87 (34.38% from 255) = 26.28%

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

R = 64.65%
G = 26.28%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6571E (or 0xD6571E) is known color: Chocolate. HEX triplet: D6, 57 and 1E. RGB value is (214,87,30). Sum of RGB (Red+Green+Blue) = 214+87+30=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6571E is #29A8E1. Grayscale: #767676. Windows color (decimal): -2730210 or 1988566. OLE color: 1988566.

HSL color Cylindrical-coordinate representation of color #D6571E: hue angle of 18.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6571E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 30 -
CMYK 0 0.59 0.86 0.16
HSL 18.59º 0.75% 0.48% -
HSV(B) 18.59º 0.86% 0.84% -
XYZ 31.37 21.21 3.67 -
YUV 118.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 214 87 30 0 0.59 0.86 0.16 18.59 0.75 0.48
Hex D6 57 1E 0 3B 56 10 13 4B 30
Octal 326 127 36 0 73 126 20 23 113 60
Binary 11010110 1010111 11110 0 111011 1010110 10000 10011 1001011 110000

Color Harmonies of #D6571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6571E

Black with #D6571E

Text Example


Text Example

White with #D6571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6571E; }

 p { color: rgb(214,87,30); }

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

background-color css

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

 a { background-color: rgb(214,87,30); }

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

border-color css

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

 span { border-color: rgb(214,87,30); }

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