Html Css Color HEX #D56D1B Chocolate

📋 copy color: '#D56D1B'

red 213 ◦ green 109 ◦ blue 27

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

Shades of Chocolate #D56D1B

Tints of Chocolate #D56D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 61.03%
G = 31.23%
B = 7.74%

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

#D56D1B (or 0xD56D1B) is known color: Chocolate. HEX triplet: D5, 6D and 1B. RGB value is (213,109,27). Sum of RGB (Red+Green+Blue) = 213+109+27=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D1B is #2A92E4. Grayscale: #838383. Windows color (decimal): -2790117 or 1797589. OLE color: 1797589.

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

Color convert

RGB 213 109 27 -
CMYK 0 0.49 0.87 0.16
HSL 26.45º 0.78% 0.47% -
HSV(B) 26.45º 0.87% 0.84% -
XYZ 33.11 25.16 4.15 -
YUV 130.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 213 109 27 0 0.49 0.87 0.16 26.45 0.78 0.47
Hex D5 6D 1B 0 31 57 10 1A 4E 2F
Octal 325 155 33 0 61 127 20 32 116 57
Binary 11010101 1101101 11011 0 110001 1010111 10000 11010 1001110 101111

Color Harmonies of #D56D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D1B

Black with #D56D1B

Text Example


Text Example

White with #D56D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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