Html Css Color HEX #D56220 Chocolate

📋 copy color: '#D56220'

red 213 ◦ green 98 ◦ blue 32

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

Shades of Chocolate #D56220

Tints of Chocolate #D56220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 62.1%
G = 28.57%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D56220 (or 0xD56220) is known color: Chocolate. HEX triplet: D5, 62 and 20. RGB value is (213,98,32). Sum of RGB (Red+Green+Blue) = 213+98+32=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D56220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56220 is #2A9DDF. Grayscale: #7D7D7D. Windows color (decimal): -2792928 or 2122453. OLE color: 2122453.

HSL color Cylindrical-coordinate representation of color #D56220: hue angle of 21.88º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D56220 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 32 -
CMYK 0 0.54 0.85 0.16
HSL 21.88º 0.74% 0.48% -
HSV(B) 21.88º 0.85% 0.84% -
XYZ 32.07 22.99 4.11 -
YUV 124.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 213 98 32 0 0.54 0.85 0.16 21.88 0.74 0.48
Hex D5 62 20 0 36 55 10 16 4A 30
Octal 325 142 40 0 66 125 20 26 112 60
Binary 11010101 1100010 100000 0 110110 1010101 10000 10110 1001010 110000

Color Harmonies of #D56220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56220

Black with #D56220

Text Example


Text Example

White with #D56220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56220; }

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

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

background-color css

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

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

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

border-color css

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

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

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