Html Css Color HEX #DD5518 Chocolate

📋 copy color: '#DD5518'

red 221 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #DD5518

Tints of Chocolate #DD5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 66.97%
G = 25.76%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5518 (or 0xDD5518) is known color: Chocolate. HEX triplet: DD, 55 and 18. RGB value is (221,85,24). Sum of RGB (Red+Green+Blue) = 221+85+24=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5518 is #22AAE7. Grayscale: #777777. Windows color (decimal): -2271976 or 1594845. OLE color: 1594845.

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

Color convert

RGB 221 85 24 -
CMYK 0 0.62 0.89 0.13
HSL 18.58º 0.8% 0.48% -
HSV(B) 18.58º 0.89% 0.87% -
XYZ 33.23 21.94 3.35 -
YUV 118.71 74.56 200.96 -
System Red Green Blue C M Y K H S L
Decimal 221 85 24 0 0.62 0.89 0.13 18.58 0.8 0.48
Hex DD 55 18 0 3E 59 D 13 50 30
Octal 335 125 30 0 76 131 15 23 120 60
Binary 11011101 1010101 11000 0 111110 1011001 1101 10011 1010000 110000

Color Harmonies of #DD5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5518

Black with #DD5518

Text Example


Text Example

White with #DD5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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