Html Css Color HEX #DD5718 Chocolate

📋 copy color: '#DD5718'

red 221 ◦ green 87 ◦ blue 24

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

Shades of Chocolate #DD5718

Tints of Chocolate #DD5718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 66.57%
G = 26.2%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5718 (or 0xDD5718) is known color: Chocolate. HEX triplet: DD, 57 and 18. RGB value is (221,87,24). Sum of RGB (Red+Green+Blue) = 221+87+24=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5718 is #22A8E7. Grayscale: #787878. Windows color (decimal): -2271464 or 1595357. OLE color: 1595357.

HSL color Cylindrical-coordinate representation of color #DD5718: hue angle of 19.19º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD5718 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 24 -
CMYK 0 0.61 0.89 0.13
HSL 19.19º 0.8% 0.48% -
HSV(B) 19.19º 0.89% 0.87% -
XYZ 33.39 22.25 3.4 -
YUV 119.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 221 87 24 0 0.61 0.89 0.13 19.19 0.8 0.48
Hex DD 57 18 0 3D 59 D 13 50 30
Octal 335 127 30 0 75 131 15 23 120 60
Binary 11011101 1010111 11000 0 111101 1011001 1101 10011 1010000 110000

Color Harmonies of #DD5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5718

Black with #DD5718

Text Example


Text Example

White with #DD5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5718; }

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

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

background-color css

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

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

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

border-color css

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

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

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