Html Css Color HEX #DD5A17 Chocolate

📋 copy color: '#DD5A17'

red 221 ◦ green 90 ◦ blue 23

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

Shades of Chocolate #DD5A17

Tints of Chocolate #DD5A17

RGB

 RED value IS 221 (86.72% from 255) = 66.17%

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 66.17%
G = 26.95%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5A17 (or 0xDD5A17) is known color: Chocolate. HEX triplet: DD, 5A and 17. RGB value is (221,90,23). Sum of RGB (Red+Green+Blue) = 221+90+23=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A17 is #22A5E8. Grayscale: #797979. Windows color (decimal): -2270697 or 1530589. OLE color: 1530589.

HSL color Cylindrical-coordinate representation of color #DD5A17: hue angle of 20.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5A17 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 23 -
CMYK 0 0.59 0.90 0.13
HSL 20.3º 0.81% 0.48% -
HSV(B) 20.3º 0.9% 0.87% -
XYZ 33.63 22.75 3.43 -
YUV 121.53 72.4 198.95 -
System Red Green Blue C M Y K H S L
Decimal 221 90 23 0 0.59 0.90 0.13 20.3 0.81 0.48
Hex DD 5A 17 0 3B 5A D 14 51 30
Octal 335 132 27 0 73 132 15 24 121 60
Binary 11011101 1011010 10111 0 111011 1011010 1101 10100 1010001 110000

Color Harmonies of #DD5A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A17

Black with #DD5A17

Text Example


Text Example

White with #DD5A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A17; }

 p { color: rgb(221,90,23); }

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

background-color css

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

 a { background-color: rgb(221,90,23); }

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

border-color css

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

 span { border-color: rgb(221,90,23); }

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