Html Css Color HEX #D5561A Chocolate

📋 copy color: '#D5561A'

red 213 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #D5561A

Tints of Chocolate #D5561A

RGB

 RED value IS 213 (83.59% from 255) = 65.54%

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

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

R = 65.54%
G = 26.46%
B = 8%

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

#D5561A (or 0xD5561A) is known color: Chocolate. HEX triplet: D5, 56 and 1A. RGB value is (213,86,26). Sum of RGB (Red+Green+Blue) = 213+86+26=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5561A is #2AA9E5. Grayscale: #757575. Windows color (decimal): -2796006 or 1726165. OLE color: 1726165.

HSL color Cylindrical-coordinate representation of color #D5561A: 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.88%. Process color model (Four color, CMYK) of #D5561A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 26 -
CMYK 0 0.60 0.88 0.16
HSL 19.25º 0.78% 0.47% -
HSV(B) 19.25º 0.88% 0.84% -
XYZ 30.95 20.88 3.38 -
YUV 117.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 213 86 26 0 0.60 0.88 0.16 19.25 0.78 0.47
Hex D5 56 1A 0 3C 58 10 13 4E 2F
Octal 325 126 32 0 74 130 20 23 116 57
Binary 11010101 1010110 11010 0 111100 1011000 10000 10011 1001110 101111

Color Harmonies of #D5561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5561A

Black with #D5561A

Text Example


Text Example

White with #D5561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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