Html Css Color HEX #D56211 Chocolate

📋 copy color: '#D56211'

red 213 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #D56211

Tints of Chocolate #D56211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

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

R = 64.94%
G = 29.88%
B = 5.18%

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

#D56211 (or 0xD56211) is known color: Chocolate. HEX triplet: D5, 62 and 11. RGB value is (213,98,17). Sum of RGB (Red+Green+Blue) = 213+98+17=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D56211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56211 is #2A9DEE. Grayscale: #7B7B7B. Windows color (decimal): -2792943 or 1139413. OLE color: 1139413.

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

Color convert

RGB 213 98 17 -
CMYK 0 0.54 0.92 0.16
HSL 24.8º 0.85% 0.45% -
HSV(B) 24.8º 0.92% 0.84% -
XYZ 31.91 22.92 3.27 -
YUV 123.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 213 98 17 0 0.54 0.92 0.16 24.8 0.85 0.45
Hex D5 62 11 0 36 5C 10 19 55 2D
Octal 325 142 21 0 66 134 20 31 125 55
Binary 11010101 1100010 10001 0 110110 1011100 10000 11001 1010101 101101

Color Harmonies of #D56211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56211

Black with #D56211

Text Example


Text Example

White with #D56211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56211; }

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

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

background-color css

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

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

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

border-color css

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

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

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