Html Css Color HEX #D56C1D Chocolate

📋 copy color: '#D56C1D'

red 213 ◦ green 108 ◦ blue 29

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

Shades of Chocolate #D56C1D

Tints of Chocolate #D56C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

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

R = 60.86%
G = 30.86%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D56C1D (or 0xD56C1D) is known color: Chocolate. HEX triplet: D5, 6C and 1D. RGB value is (213,108,29). Sum of RGB (Red+Green+Blue) = 213+108+29=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C1D is #2A93E2. Grayscale: #828282. Windows color (decimal): -2790371 or 1928405. OLE color: 1928405.

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

Color convert

RGB 213 108 29 -
CMYK 0 0.49 0.86 0.16
HSL 25.76º 0.76% 0.47% -
HSV(B) 25.76º 0.86% 0.84% -
XYZ 33.02 24.96 4.24 -
YUV 130.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 213 108 29 0 0.49 0.86 0.16 25.76 0.76 0.47
Hex D5 6C 1D 0 31 56 10 1A 4C 2F
Octal 325 154 35 0 61 126 20 32 114 57
Binary 11010101 1101100 11101 0 110001 1010110 10000 11010 1001100 101111

Color Harmonies of #D56C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C1D

Black with #D56C1D

Text Example


Text Example

White with #D56C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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