Html Css Color HEX #DD5516 Chocolate

📋 copy color: '#DD5516'

red 221 ◦ green 85 ◦ blue 22

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

Shades of Chocolate #DD5516

Tints of Chocolate #DD5516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 67.38%
G = 25.91%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5516 (or 0xDD5516) is known color: Chocolate. HEX triplet: DD, 55 and 16. RGB value is (221,85,22). Sum of RGB (Red+Green+Blue) = 221+85+22=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5516 is #22AAE9. Grayscale: #767676. Windows color (decimal): -2271978 or 1463773. OLE color: 1463773.

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

Color convert

RGB 221 85 22 -
CMYK 0 0.62 0.90 0.13
HSL 18.99º 0.82% 0.48% -
HSV(B) 18.99º 0.9% 0.87% -
XYZ 33.21 21.93 3.24 -
YUV 118.48 73.56 201.12 -
System Red Green Blue C M Y K H S L
Decimal 221 85 22 0 0.62 0.90 0.13 18.99 0.82 0.48
Hex DD 55 16 0 3E 5A D 13 52 30
Octal 335 125 26 0 76 132 15 23 122 60
Binary 11011101 1010101 10110 0 111110 1011010 1101 10011 1010010 110000

Color Harmonies of #DD5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5516

Black with #DD5516

Text Example


Text Example

White with #DD5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5516; }

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

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

background-color css

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

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

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

border-color css

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

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

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