Html Css Color HEX #D56416 Chocolate

📋 copy color: '#D56416'

red 213 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #D56416

Tints of Chocolate #D56416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 63.58%
G = 29.85%
B = 6.57%

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

#D56416 (or 0xD56416) is known color: Chocolate. HEX triplet: D5, 64 and 16. RGB value is (213,100,22). Sum of RGB (Red+Green+Blue) = 213+100+22=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D56416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56416 is #2A9BE9. Grayscale: #7D7D7D. Windows color (decimal): -2792426 or 1467605. OLE color: 1467605.

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

Color convert

RGB 213 100 22 -
CMYK 0 0.53 0.90 0.16
HSL 24.5º 0.81% 0.46% -
HSV(B) 24.5º 0.9% 0.84% -
XYZ 32.14 23.32 3.57 -
YUV 124.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 213 100 22 0 0.53 0.90 0.16 24.5 0.81 0.46
Hex D5 64 16 0 35 5A 10 19 51 2E
Octal 325 144 26 0 65 132 20 31 121 56
Binary 11010101 1100100 10110 0 110101 1011010 10000 11001 1010001 101110

Color Harmonies of #D56416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56416

Black with #D56416

Text Example


Text Example

White with #D56416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56416; }

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

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

background-color css

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

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

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

border-color css

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

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

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