Html Css Color HEX #D55916 Chocolate

📋 copy color: '#D55916'

red 213 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #D55916

Tints of Chocolate #D55916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 65.74%
G = 27.47%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55916 (or 0xD55916) is known color: Chocolate. HEX triplet: D5, 59 and 16. RGB value is (213,89,22). Sum of RGB (Red+Green+Blue) = 213+89+22=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D55916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55916 is #2AA6E9. Grayscale: #767676. Windows color (decimal): -2795242 or 1464789. OLE color: 1464789.

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

Color convert

RGB 213 89 22 -
CMYK 0 0.58 0.90 0.16
HSL 21.05º 0.81% 0.46% -
HSV(B) 21.05º 0.9% 0.84% -
XYZ 31.16 21.35 3.24 -
YUV 118.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 213 89 22 0 0.58 0.90 0.16 21.05 0.81 0.46
Hex D5 59 16 0 3A 5A 10 15 51 2E
Octal 325 131 26 0 72 132 20 25 121 56
Binary 11010101 1011001 10110 0 111010 1011010 10000 10101 1010001 101110

Color Harmonies of #D55916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55916

Black with #D55916

Text Example


Text Example

White with #D55916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55916; }

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

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

background-color css

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

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

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

border-color css

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

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

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