Html Css Color HEX #DD5819 Chocolate

📋 copy color: '#DD5819'

red 221 ◦ green 88 ◦ blue 25

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

Shades of Chocolate #DD5819

Tints of Chocolate #DD5819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

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

R = 66.17%
G = 26.35%
B = 7.49%

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

#DD5819 (or 0xDD5819) is known color: Chocolate. HEX triplet: DD, 58 and 19. RGB value is (221,88,25). Sum of RGB (Red+Green+Blue) = 221+88+25=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5819 is #22A7E6. Grayscale: #787878. Windows color (decimal): -2271207 or 1661149. OLE color: 1661149.

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

Color convert

RGB 221 88 25 -
CMYK 0 0.60 0.89 0.13
HSL 19.29º 0.8% 0.48% -
HSV(B) 19.29º 0.89% 0.87% -
XYZ 33.48 22.42 3.48 -
YUV 120.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 221 88 25 0 0.60 0.89 0.13 19.29 0.8 0.48
Hex DD 58 19 0 3C 59 D 13 50 30
Octal 335 130 31 0 74 131 15 23 120 60
Binary 11011101 1011000 11001 0 111100 1011001 1101 10011 1010000 110000

Color Harmonies of #DD5819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5819

Black with #DD5819

Text Example


Text Example

White with #DD5819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5819; }

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

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

background-color css

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

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

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

border-color css

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

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

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