Html Css Color HEX #D55716 Chocolate

📋 copy color: '#D55716'

red 213 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #D55716

Tints of Chocolate #D55716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 66.15%
G = 27.02%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55716 (or 0xD55716) is known color: Chocolate. HEX triplet: D5, 57 and 16. RGB value is (213,87,22). Sum of RGB (Red+Green+Blue) = 213+87+22=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D55716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55716 is #2AA8E9. Grayscale: #757575. Windows color (decimal): -2795754 or 1464277. OLE color: 1464277.

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

Color convert

RGB 213 87 22 -
CMYK 0 0.59 0.90 0.16
HSL 20.42º 0.81% 0.46% -
HSV(B) 20.42º 0.9% 0.84% -
XYZ 30.99 21.02 3.18 -
YUV 117.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 213 87 22 0 0.59 0.90 0.16 20.42 0.81 0.46
Hex D5 57 16 0 3B 5A 10 14 51 2E
Octal 325 127 26 0 73 132 20 24 121 56
Binary 11010101 1010111 10110 0 111011 1011010 10000 10100 1010001 101110

Color Harmonies of #D55716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55716

Black with #D55716

Text Example


Text Example

White with #D55716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55716; }

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

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

background-color css

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

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

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

border-color css

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

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

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