Html Css Color HEX #D56516 Chocolate

📋 copy color: '#D56516'

red 213 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #D56516

Tints of Chocolate #D56516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 63.39%
G = 30.06%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56516 (or 0xD56516) is known color: Chocolate. HEX triplet: D5, 65 and 16. RGB value is (213,101,22). Sum of RGB (Red+Green+Blue) = 213+101+22=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D56516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56516 is #2A9AE9. Grayscale: #7D7D7D. Windows color (decimal): -2792170 or 1467861. OLE color: 1467861.

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

Color convert

RGB 213 101 22 -
CMYK 0 0.53 0.90 0.16
HSL 24.82º 0.81% 0.46% -
HSV(B) 24.82º 0.9% 0.84% -
XYZ 32.24 23.51 3.6 -
YUV 125.48 69.61 190.42 -
System Red Green Blue C M Y K H S L
Decimal 213 101 22 0 0.53 0.90 0.16 24.82 0.81 0.46
Hex D5 65 16 0 35 5A 10 19 51 2E
Octal 325 145 26 0 65 132 20 31 121 56
Binary 11010101 1100101 10110 0 110101 1011010 10000 11001 1010001 101110

Color Harmonies of #D56516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56516

Black with #D56516

Text Example


Text Example

White with #D56516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56516; }

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

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

background-color css

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

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

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

border-color css

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

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

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