Html Css Color HEX #D6571C Chocolate

📋 copy color: '#D6571C'

red 214 ◦ green 87 ◦ blue 28

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

Shades of Chocolate #D6571C

Tints of Chocolate #D6571C

RGB

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

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

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

R = 65.05%
G = 26.44%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6571C (or 0xD6571C) is known color: Chocolate. HEX triplet: D6, 57 and 1C. RGB value is (214,87,28). Sum of RGB (Red+Green+Blue) = 214+87+28=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6571C is #29A8E3. Grayscale: #767676. Windows color (decimal): -2730212 or 1857494. OLE color: 1857494.

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

Color convert

RGB 214 87 28 -
CMYK 0 0.59 0.87 0.16
HSL 19.03º 0.77% 0.47% -
HSV(B) 19.03º 0.87% 0.84% -
XYZ 31.35 21.2 3.54 -
YUV 118.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 214 87 28 0 0.59 0.87 0.16 19.03 0.77 0.47
Hex D6 57 1C 0 3B 57 10 13 4D 2F
Octal 326 127 34 0 73 127 20 23 115 57
Binary 11010110 1010111 11100 0 111011 1010111 10000 10011 1001101 101111

Color Harmonies of #D6571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6571C

Black with #D6571C

Text Example


Text Example

White with #D6571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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