Html Css Color HEX #D56216 Chocolate

📋 copy color: '#D56216'

red 213 ◦ green 98 ◦ blue 22

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

Shades of Chocolate #D56216

Tints of Chocolate #D56216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 63.96%
G = 29.43%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56216 (or 0xD56216) is known color: Chocolate. HEX triplet: D5, 62 and 16. RGB value is (213,98,22). Sum of RGB (Red+Green+Blue) = 213+98+22=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D56216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56216 is #2A9DE9. Grayscale: #7C7C7C. Windows color (decimal): -2792938 or 1467093. OLE color: 1467093.

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

Color convert

RGB 213 98 22 -
CMYK 0 0.54 0.90 0.16
HSL 23.87º 0.81% 0.46% -
HSV(B) 23.87º 0.9% 0.84% -
XYZ 31.95 22.94 3.5 -
YUV 123.72 70.6 191.68 -
System Red Green Blue C M Y K H S L
Decimal 213 98 22 0 0.54 0.90 0.16 23.87 0.81 0.46
Hex D5 62 16 0 36 5A 10 18 51 2E
Octal 325 142 26 0 66 132 20 30 121 56
Binary 11010101 1100010 10110 0 110110 1011010 10000 11000 1010001 101110

Color Harmonies of #D56216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56216

Black with #D56216

Text Example


Text Example

White with #D56216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56216; }

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

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

background-color css

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

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

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

border-color css

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

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

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