Html Css Color HEX #D6571B Chocolate

📋 copy color: '#D6571B'

red 214 ◦ green 87 ◦ blue 27

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

Shades of Chocolate #D6571B

Tints of Chocolate #D6571B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 65.24%
G = 26.52%
B = 8.23%

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

#D6571B (or 0xD6571B) is known color: Chocolate. HEX triplet: D6, 57 and 1B. RGB value is (214,87,27). Sum of RGB (Red+Green+Blue) = 214+87+27=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6571B is #29A8E4. Grayscale: #767676. Windows color (decimal): -2730213 or 1791958. OLE color: 1791958.

HSL color Cylindrical-coordinate representation of color #D6571B: hue angle of 19.25º degrees, saturation: 0.78, 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 #D6571B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 27 -
CMYK 0 0.59 0.87 0.16
HSL 19.25º 0.78% 0.47% -
HSV(B) 19.25º 0.87% 0.84% -
XYZ 31.34 21.19 3.48 -
YUV 118.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 214 87 27 0 0.59 0.87 0.16 19.25 0.78 0.47
Hex D6 57 1B 0 3B 57 10 13 4E 2F
Octal 326 127 33 0 73 127 20 23 116 57
Binary 11010110 1010111 11011 0 111011 1010111 10000 10011 1001110 101111

Color Harmonies of #D6571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6571B

Black with #D6571B

Text Example


Text Example

White with #D6571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6571B; }

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

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

background-color css

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

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

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

border-color css

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

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

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