Html Css Color HEX #DD5919 Chocolate

📋 copy color: '#DD5919'

red 221 ◦ green 89 ◦ blue 25

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

Shades of Chocolate #DD5919

Tints of Chocolate #DD5919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 65.97%
G = 26.57%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5919 (or 0xDD5919) is known color: Chocolate. HEX triplet: DD, 59 and 19. RGB value is (221,89,25). Sum of RGB (Red+Green+Blue) = 221+89+25=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5919 is #22A6E6. Grayscale: #797979. Windows color (decimal): -2270951 or 1661405. OLE color: 1661405.

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

Color convert

RGB 221 89 25 -
CMYK 0 0.60 0.89 0.13
HSL 19.59º 0.8% 0.48% -
HSV(B) 19.59º 0.89% 0.87% -
XYZ 33.57 22.59 3.51 -
YUV 121.17 73.73 199.2 -
System Red Green Blue C M Y K H S L
Decimal 221 89 25 0 0.60 0.89 0.13 19.59 0.8 0.48
Hex DD 59 19 0 3C 59 D 14 50 30
Octal 335 131 31 0 74 131 15 24 120 60
Binary 11011101 1011001 11001 0 111100 1011001 1101 10100 1010000 110000

Color Harmonies of #DD5919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5919

Black with #DD5919

Text Example


Text Example

White with #DD5919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5919; }

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

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

background-color css

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

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

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

border-color css

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

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

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