Html Css Color HEX #D56E1C Chocolate

📋 copy color: '#D56E1C'

red 213 ◦ green 110 ◦ blue 28

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

Shades of Chocolate #D56E1C

Tints of Chocolate #D56E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 60.68%
G = 31.34%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D56E1C (or 0xD56E1C) is known color: Chocolate. HEX triplet: D5, 6E and 1C. RGB value is (213,110,28). Sum of RGB (Red+Green+Blue) = 213+110+28=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E1C is #2A91E3. Grayscale: #838383. Windows color (decimal): -2789860 or 1863381. OLE color: 1863381.

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

Color convert

RGB 213 110 28 -
CMYK 0 0.48 0.87 0.16
HSL 26.59º 0.77% 0.47% -
HSV(B) 26.59º 0.87% 0.84% -
XYZ 33.23 25.38 4.25 -
YUV 131.45 69.62 186.17 -
System Red Green Blue C M Y K H S L
Decimal 213 110 28 0 0.48 0.87 0.16 26.59 0.77 0.47
Hex D5 6E 1C 0 30 57 10 1B 4D 2F
Octal 325 156 34 0 60 127 20 33 115 57
Binary 11010101 1101110 11100 0 110000 1010111 10000 11011 1001101 101111

Color Harmonies of #D56E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E1C

Black with #D56E1C

Text Example


Text Example

White with #D56E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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