Html Css Color HEX #D56E0E Chocolate

📋 copy color: '#D56E0E'

red 213 ◦ green 110 ◦ blue 14

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

Shades of Chocolate #D56E0E

Tints of Chocolate #D56E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 63.2%
G = 32.64%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D56E0E (or 0xD56E0E) is known color: Chocolate. HEX triplet: D5, 6E and 0E. RGB value is (213,110,14). Sum of RGB (Red+Green+Blue) = 213+110+14=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56E0E is #2A91F1. Grayscale: #828282. Windows color (decimal): -2789874 or 945877. OLE color: 945877.

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

Color convert

RGB 213 110 14 -
CMYK 0 0.48 0.93 0.16
HSL 28.94º 0.88% 0.45% -
HSV(B) 28.94º 0.93% 0.84% -
XYZ 33.1 25.33 3.56 -
YUV 129.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 213 110 14 0 0.48 0.93 0.16 28.94 0.88 0.45
Hex D5 6E E 0 30 5D 10 1D 58 2D
Octal 325 156 16 0 60 135 20 35 130 55
Binary 11010101 1101110 1110 0 110000 1011101 10000 11101 1011000 101101

Color Harmonies of #D56E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E0E

Black with #D56E0E

Text Example


Text Example

White with #D56E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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