Html Css Color HEX #D56E11 Chocolate

📋 copy color: '#D56E11'

red 213 ◦ green 110 ◦ blue 17

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

Shades of Chocolate #D56E11

Tints of Chocolate #D56E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5%

R = 62.65%
G = 32.35%
B = 5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56E11 (or 0xD56E11) is known color: Chocolate. HEX triplet: D5, 6E and 11. RGB value is (213,110,17). Sum of RGB (Red+Green+Blue) = 213+110+17=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56E11 is #2A91EE. Grayscale: #828282. Windows color (decimal): -2789871 or 1142485. OLE color: 1142485.

HSL color Cylindrical-coordinate representation of color #D56E11: hue angle of 28.47º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D56E11 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 17 -
CMYK 0 0.48 0.92 0.16
HSL 28.47º 0.85% 0.45% -
HSV(B) 28.47º 0.92% 0.84% -
XYZ 33.12 25.34 3.68 -
YUV 130.2 64.12 187.06 -
System Red Green Blue C M Y K H S L
Decimal 213 110 17 0 0.48 0.92 0.16 28.47 0.85 0.45
Hex D5 6E 11 0 30 5C 10 1C 55 2D
Octal 325 156 21 0 60 134 20 34 125 55
Binary 11010101 1101110 10001 0 110000 1011100 10000 11100 1010101 101101

Color Harmonies of #D56E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E11

Black with #D56E11

Text Example


Text Example

White with #D56E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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