Html Css Color HEX #D5561D Chocolate

📋 copy color: '#D5561D'

red 213 ◦ green 86 ◦ blue 29

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

Shades of Chocolate #D5561D

Tints of Chocolate #D5561D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 64.94%
G = 26.22%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5561D (or 0xD5561D) is known color: Chocolate. HEX triplet: D5, 56 and 1D. RGB value is (213,86,29). Sum of RGB (Red+Green+Blue) = 213+86+29=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5561D is #2AA9E2. Grayscale: #757575. Windows color (decimal): -2796003 or 1922773. OLE color: 1922773.

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

Color convert

RGB 213 86 29 -
CMYK 0 0.60 0.86 0.16
HSL 18.59º 0.76% 0.47% -
HSV(B) 18.59º 0.86% 0.84% -
XYZ 30.99 20.89 3.56 -
YUV 117.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 213 86 29 0 0.60 0.86 0.16 18.59 0.76 0.47
Hex D5 56 1D 0 3C 56 10 13 4C 2F
Octal 325 126 35 0 74 126 20 23 114 57
Binary 11010101 1010110 11101 0 111100 1010110 10000 10011 1001100 101111

Color Harmonies of #D5561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5561D

Black with #D5561D

Text Example


Text Example

White with #D5561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5561D; }

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

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

background-color css

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

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

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

border-color css

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

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

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