Html Css Color HEX #D55E17 Chocolate

📋 copy color: '#D55E17'

red 213 ◦ green 94 ◦ blue 23

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

Shades of Chocolate #D55E17

Tints of Chocolate #D55E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 23 (9.38% from 255) = 6.97%

R = 64.55%
G = 28.48%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D55E17 (or 0xD55E17) is known color: Chocolate. HEX triplet: D5, 5E and 17. RGB value is (213,94,23). Sum of RGB (Red+Green+Blue) = 213+94+23=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55E17 is #2AA1E8. Grayscale: #797979. Windows color (decimal): -2793961 or 1531605. OLE color: 1531605.

HSL color Cylindrical-coordinate representation of color #D55E17: hue angle of 22.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D55E17 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 23 -
CMYK 0 0.56 0.89 0.16
HSL 22.42º 0.81% 0.46% -
HSV(B) 22.42º 0.89% 0.84% -
XYZ 31.6 22.21 3.43 -
YUV 121.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 213 94 23 0 0.56 0.89 0.16 22.42 0.81 0.46
Hex D5 5E 17 0 38 59 10 16 51 2E
Octal 325 136 27 0 70 131 20 26 121 56
Binary 11010101 1011110 10111 0 111000 1011001 10000 10110 1010001 101110

Color Harmonies of #D55E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E17

Black with #D55E17

Text Example


Text Example

White with #D55E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E17; }

 p { color: rgb(213,94,23); }

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

background-color css

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

 a { background-color: rgb(213,94,23); }

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

border-color css

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

 span { border-color: rgb(213,94,23); }

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