Html Css Color HEX #D56D15 Chocolate

📋 copy color: '#D56D15'

red 213 ◦ green 109 ◦ blue 21

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

Shades of Chocolate #D56D15

Tints of Chocolate #D56D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 62.1%
G = 31.78%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56D15 (or 0xD56D15) is known color: Chocolate. HEX triplet: D5, 6D and 15. RGB value is (213,109,21). Sum of RGB (Red+Green+Blue) = 213+109+21=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56D15 is #2A92EA. Grayscale: #828282. Windows color (decimal): -2790123 or 1404373. OLE color: 1404373.

HSL color Cylindrical-coordinate representation of color #D56D15: hue angle of 27.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D56D15 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 109 21 -
CMYK 0 0.49 0.90 0.16
HSL 27.5º 0.82% 0.46% -
HSV(B) 27.5º 0.9% 0.84% -
XYZ 33.04 25.14 3.82 -
YUV 130.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 213 109 21 0 0.49 0.90 0.16 27.5 0.82 0.46
Hex D5 6D 15 0 31 5A 10 1C 52 2E
Octal 325 155 25 0 61 132 20 34 122 56
Binary 11010101 1101101 10101 0 110001 1011010 10000 11100 1010010 101110

Color Harmonies of #D56D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D15

Black with #D56D15

Text Example


Text Example

White with #D56D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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