Html Css Color HEX #D56111 Chocolate

📋 copy color: '#D56111'

red 213 ◦ green 97 ◦ blue 17

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

Shades of Chocolate #D56111

Tints of Chocolate #D56111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 17 (7.03% from 255) = 5.2%

R = 65.14%
G = 29.66%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56111 (or 0xD56111) is known color: Chocolate. HEX triplet: D5, 61 and 11. RGB value is (213,97,17). Sum of RGB (Red+Green+Blue) = 213+97+17=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D56111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56111 is #2A9EEE. Grayscale: #7B7B7B. Windows color (decimal): -2793199 or 1139157. OLE color: 1139157.

HSL color Cylindrical-coordinate representation of color #D56111: hue angle of 24.49º degrees, saturation: 0.85, 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 #D56111 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 97 17 -
CMYK 0 0.54 0.92 0.16
HSL 24.49º 0.85% 0.45% -
HSV(B) 24.49º 0.92% 0.84% -
XYZ 31.82 22.74 3.24 -
YUV 122.56 68.43 192.5 -
System Red Green Blue C M Y K H S L
Decimal 213 97 17 0 0.54 0.92 0.16 24.49 0.85 0.45
Hex D5 61 11 0 36 5C 10 18 55 2D
Octal 325 141 21 0 66 134 20 30 125 55
Binary 11010101 1100001 10001 0 110110 1011100 10000 11000 1010101 101101

Color Harmonies of #D56111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56111

Black with #D56111

Text Example


Text Example

White with #D56111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56111; }

 p { color: rgb(213,97,17); }

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

background-color css

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

 a { background-color: rgb(213,97,17); }

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

border-color css

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

 span { border-color: rgb(213,97,17); }

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