Html Css Color HEX #D56D10 Chocolate

📋 copy color: '#D56D10'

red 213 ◦ green 109 ◦ blue 16

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

Shades of Chocolate #D56D10

Tints of Chocolate #D56D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 63.02%
G = 32.25%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56D10 (or 0xD56D10) is known color: Chocolate. HEX triplet: D5, 6D and 10. RGB value is (213,109,16). Sum of RGB (Red+Green+Blue) = 213+109+16=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56D10 is #2A92EF. Grayscale: #818181. Windows color (decimal): -2790128 or 1076693. OLE color: 1076693.

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

Color convert

RGB 213 109 16 -
CMYK 0 0.49 0.92 0.16
HSL 28.32º 0.86% 0.45% -
HSV(B) 28.32º 0.92% 0.84% -
XYZ 33 25.12 3.6 -
YUV 129.49 63.96 187.56 -
System Red Green Blue C M Y K H S L
Decimal 213 109 16 0 0.49 0.92 0.16 28.32 0.86 0.45
Hex D5 6D 10 0 31 5C 10 1C 56 2D
Octal 325 155 20 0 61 134 20 34 126 55
Binary 11010101 1101101 10000 0 110001 1011100 10000 11100 1010110 101101

Color Harmonies of #D56D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D10

Black with #D56D10

Text Example


Text Example

White with #D56D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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