Html Css Color HEX #D55417 Chocolate

📋 copy color: '#D55417'

red 213 ◦ green 84 ◦ blue 23

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

Shades of Chocolate #D55417

Tints of Chocolate #D55417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 66.56%
G = 26.25%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D55417 (or 0xD55417) is known color: Chocolate. HEX triplet: D5, 54 and 17. RGB value is (213,84,23). Sum of RGB (Red+Green+Blue) = 213+84+23=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D55417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55417 is #2AABE8. Grayscale: #737373. Windows color (decimal): -2796521 or 1529045. OLE color: 1529045.

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

Color convert

RGB 213 84 23 -
CMYK 0 0.61 0.89 0.16
HSL 19.26º 0.81% 0.46% -
HSV(B) 19.26º 0.89% 0.84% -
XYZ 30.77 20.55 3.16 -
YUV 115.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 213 84 23 0 0.61 0.89 0.16 19.26 0.81 0.46
Hex D5 54 17 0 3D 59 10 13 51 2E
Octal 325 124 27 0 75 131 20 23 121 56
Binary 11010101 1010100 10111 0 111101 1011001 10000 10011 1010001 101110

Color Harmonies of #D55417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55417

Black with #D55417

Text Example


Text Example

White with #D55417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55417; }

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

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

background-color css

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

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

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

border-color css

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

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

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