Html Css Color HEX #D56D1C Chocolate

📋 copy color: '#D56D1C'

red 213 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #D56D1C

Tints of Chocolate #D56D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.14%

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

R = 60.86%
G = 31.14%
B = 8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D56D1C (or 0xD56D1C) is known color: Chocolate. HEX triplet: D5, 6D and 1C. RGB value is (213,109,28). Sum of RGB (Red+Green+Blue) = 213+109+28=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D1C is #2A92E3. Grayscale: #838383. Windows color (decimal): -2790116 or 1863125. OLE color: 1863125.

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

Color convert

RGB 213 109 28 -
CMYK 0 0.49 0.87 0.16
HSL 26.27º 0.77% 0.47% -
HSV(B) 26.27º 0.87% 0.84% -
XYZ 33.12 25.17 4.21 -
YUV 130.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 213 109 28 0 0.49 0.87 0.16 26.27 0.77 0.47
Hex D5 6D 1C 0 31 57 10 1A 4D 2F
Octal 325 155 34 0 61 127 20 32 115 57
Binary 11010101 1101101 11100 0 110001 1010111 10000 11010 1001101 101111

Color Harmonies of #D56D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D1C

Black with #D56D1C

Text Example


Text Example

White with #D56D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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