Html Css Color HEX #DD5717 Chocolate

📋 copy color: '#DD5717'

red 221 ◦ green 87 ◦ blue 23

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

Shades of Chocolate #DD5717

Tints of Chocolate #DD5717

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

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

R = 66.77%
G = 26.28%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5717 (or 0xDD5717) is known color: Chocolate. HEX triplet: DD, 57 and 17. RGB value is (221,87,23). Sum of RGB (Red+Green+Blue) = 221+87+23=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5717 is #22A8E8. Grayscale: #787878. Windows color (decimal): -2271465 or 1529821. OLE color: 1529821.

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

Color convert

RGB 221 87 23 -
CMYK 0 0.61 0.90 0.13
HSL 19.39º 0.81% 0.48% -
HSV(B) 19.39º 0.9% 0.87% -
XYZ 33.38 22.25 3.35 -
YUV 119.77 73.39 200.2 -
System Red Green Blue C M Y K H S L
Decimal 221 87 23 0 0.61 0.90 0.13 19.39 0.81 0.48
Hex DD 57 17 0 3D 5A D 13 51 30
Octal 335 127 27 0 75 132 15 23 121 60
Binary 11011101 1010111 10111 0 111101 1011010 1101 10011 1010001 110000

Color Harmonies of #DD5717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5717

Black with #DD5717

Text Example


Text Example

White with #DD5717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5717; }

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

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

background-color css

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

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

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

border-color css

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

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

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