Html Css Color HEX #DD5916 Chocolate

📋 copy color: '#DD5916'

red 221 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #DD5916

Tints of Chocolate #DD5916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 66.57%
G = 26.81%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5916 (or 0xDD5916) is known color: Chocolate. HEX triplet: DD, 59 and 16. RGB value is (221,89,22). Sum of RGB (Red+Green+Blue) = 221+89+22=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5916 is #22A6E9. Grayscale: #797979. Windows color (decimal): -2270954 or 1464797. OLE color: 1464797.

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

Color convert

RGB 221 89 22 -
CMYK 0 0.60 0.90 0.13
HSL 20.2º 0.82% 0.48% -
HSV(B) 20.2º 0.9% 0.87% -
XYZ 33.54 22.57 3.35 -
YUV 120.83 72.23 199.45 -
System Red Green Blue C M Y K H S L
Decimal 221 89 22 0 0.60 0.90 0.13 20.2 0.82 0.48
Hex DD 59 16 0 3C 5A D 14 52 30
Octal 335 131 26 0 74 132 15 24 122 60
Binary 11011101 1011001 10110 0 111100 1011010 1101 10100 1010010 110000

Color Harmonies of #DD5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5916

Black with #DD5916

Text Example


Text Example

White with #DD5916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5916; }

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

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

background-color css

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

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

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

border-color css

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

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

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