Html Css Color HEX #D55616 Chocolate

📋 copy color: '#D55616'

red 213 ◦ green 86 ◦ blue 22

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

Shades of Chocolate #D55616

Tints of Chocolate #D55616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

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

R = 66.36%
G = 26.79%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D55616 (or 0xD55616) is known color: Chocolate. HEX triplet: D5, 56 and 16. RGB value is (213,86,22). Sum of RGB (Red+Green+Blue) = 213+86+22=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D55616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55616 is #2AA9E9. Grayscale: #757575. Windows color (decimal): -2796010 or 1464021. OLE color: 1464021.

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

Color convert

RGB 213 86 22 -
CMYK 0 0.60 0.90 0.16
HSL 20.1º 0.81% 0.46% -
HSV(B) 20.1º 0.9% 0.84% -
XYZ 30.91 20.86 3.16 -
YUV 116.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 213 86 22 0 0.60 0.90 0.16 20.1 0.81 0.46
Hex D5 56 16 0 3C 5A 10 14 51 2E
Octal 325 126 26 0 74 132 20 24 121 56
Binary 11010101 1010110 10110 0 111100 1011010 10000 10100 1010001 101110

Color Harmonies of #D55616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55616

Black with #D55616

Text Example


Text Example

White with #D55616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55616; }

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

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

background-color css

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

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

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

border-color css

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

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

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