Html Css Color HEX #D56E15 Chocolate

📋 copy color: '#D56E15'

red 213 ◦ green 110 ◦ blue 21

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

Shades of Chocolate #D56E15

Tints of Chocolate #D56E15

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.98%

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 61.92%
G = 31.98%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56E15 (or 0xD56E15) is known color: Chocolate. HEX triplet: D5, 6E and 15. RGB value is (213,110,21). Sum of RGB (Red+Green+Blue) = 213+110+21=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56E15 is #2A91EA. Grayscale: #838383. Windows color (decimal): -2789867 or 1404629. OLE color: 1404629.

HSL color Cylindrical-coordinate representation of color #D56E15: hue angle of 27.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D56E15 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 21 -
CMYK 0 0.48 0.90 0.16
HSL 27.81º 0.82% 0.46% -
HSV(B) 27.81º 0.9% 0.84% -
XYZ 33.15 25.35 3.86 -
YUV 130.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 213 110 21 0 0.48 0.90 0.16 27.81 0.82 0.46
Hex D5 6E 15 0 30 5A 10 1C 52 2E
Octal 325 156 25 0 60 132 20 34 122 56
Binary 11010101 1101110 10101 0 110000 1011010 10000 11100 1010010 101110

Color Harmonies of #D56E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E15

Black with #D56E15

Text Example


Text Example

White with #D56E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E15; }

 p { color: rgb(213,110,21); }

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

background-color css

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

 a { background-color: rgb(213,110,21); }

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

border-color css

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

 span { border-color: rgb(213,110,21); }

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