Html Css Color HEX #D56E1D Chocolate

📋 copy color: '#D56E1D'

red 213 ◦ green 110 ◦ blue 29

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

Shades of Chocolate #D56E1D

Tints of Chocolate #D56E1D

RGB

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

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

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

R = 60.51%
G = 31.25%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D56E1D (or 0xD56E1D) is known color: Chocolate. HEX triplet: D5, 6E and 1D. RGB value is (213,110,29). Sum of RGB (Red+Green+Blue) = 213+110+29=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E1D is #2A91E2. Grayscale: #838383. Windows color (decimal): -2789859 or 1928917. OLE color: 1928917.

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

Color convert

RGB 213 110 29 -
CMYK 0 0.48 0.86 0.16
HSL 26.41º 0.76% 0.47% -
HSV(B) 26.41º 0.86% 0.84% -
XYZ 33.24 25.39 4.31 -
YUV 131.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 213 110 29 0 0.48 0.86 0.16 26.41 0.76 0.47
Hex D5 6E 1D 0 30 56 10 1A 4C 2F
Octal 325 156 35 0 60 126 20 32 114 57
Binary 11010101 1101110 11101 0 110000 1010110 10000 11010 1001100 101111

Color Harmonies of #D56E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E1D

Black with #D56E1D

Text Example


Text Example

White with #D56E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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