Html Css Color HEX #D6561A Chocolate

📋 copy color: '#D6561A'

red 214 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #D6561A

Tints of Chocolate #D6561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

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

R = 65.64%
G = 26.38%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6561A (or 0xD6561A) is known color: Chocolate. HEX triplet: D6, 56 and 1A. RGB value is (214,86,26). Sum of RGB (Red+Green+Blue) = 214+86+26=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6561A is #29A9E5. Grayscale: #757575. Windows color (decimal): -2730470 or 1726166. OLE color: 1726166.

HSL color Cylindrical-coordinate representation of color #D6561A: hue angle of 19.15º 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 #D6561A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 26 -
CMYK 0 0.60 0.88 0.16
HSL 19.15º 0.78% 0.47% -
HSV(B) 19.15º 0.88% 0.84% -
XYZ 31.25 21.03 3.39 -
YUV 117.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 214 86 26 0 0.60 0.88 0.16 19.15 0.78 0.47
Hex D6 56 1A 0 3C 58 10 13 4E 2F
Octal 326 126 32 0 74 130 20 23 116 57
Binary 11010110 1010110 11010 0 111100 1011000 10000 10011 1001110 101111

Color Harmonies of #D6561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6561A

Black with #D6561A

Text Example


Text Example

White with #D6561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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