Html Css Color HEX #D6571A Chocolate

📋 copy color: '#D6571A'

red 214 ◦ green 87 ◦ blue 26

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

Shades of Chocolate #D6571A

Tints of Chocolate #D6571A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 65.44%
G = 26.61%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6571A (or 0xD6571A) is known color: Chocolate. HEX triplet: D6, 57 and 1A. RGB value is (214,87,26). Sum of RGB (Red+Green+Blue) = 214+87+26=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6571A is #29A8E5. Grayscale: #767676. Windows color (decimal): -2730214 or 1726422. OLE color: 1726422.

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

Color convert

RGB 214 87 26 -
CMYK 0 0.59 0.88 0.16
HSL 19.47º 0.78% 0.47% -
HSV(B) 19.47º 0.88% 0.84% -
XYZ 31.33 21.19 3.42 -
YUV 118.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 214 87 26 0 0.59 0.88 0.16 19.47 0.78 0.47
Hex D6 57 1A 0 3B 58 10 13 4E 2F
Octal 326 127 32 0 73 130 20 23 116 57
Binary 11010110 1010111 11010 0 111011 1011000 10000 10011 1001110 101111

Color Harmonies of #D6571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6571A

Black with #D6571A

Text Example


Text Example

White with #D6571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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