Html Css Color HEX #D55D17 Chocolate

📋 copy color: '#D55D17'

red 213 ◦ green 93 ◦ blue 23

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

Shades of Chocolate #D55D17

Tints of Chocolate #D55D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 64.74%
G = 28.27%
B = 6.99%

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

#D55D17 (or 0xD55D17) is known color: Chocolate. HEX triplet: D5, 5D and 17. RGB value is (213,93,23). Sum of RGB (Red+Green+Blue) = 213+93+23=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55D17 is #2AA2E8. Grayscale: #797979. Windows color (decimal): -2794217 or 1531349. OLE color: 1531349.

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

Color convert

RGB 213 93 23 -
CMYK 0 0.56 0.89 0.16
HSL 22.11º 0.81% 0.46% -
HSV(B) 22.11º 0.89% 0.84% -
XYZ 31.51 22.04 3.4 -
YUV 120.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 213 93 23 0 0.56 0.89 0.16 22.11 0.81 0.46
Hex D5 5D 17 0 38 59 10 16 51 2E
Octal 325 135 27 0 70 131 20 26 121 56
Binary 11010101 1011101 10111 0 111000 1011001 10000 10110 1010001 101110

Color Harmonies of #D55D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D17

Black with #D55D17

Text Example


Text Example

White with #D55D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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