Html Css Color HEX #DD5019 Chocolate

📋 copy color: '#DD5019'

red 221 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #DD5019

Tints of Chocolate #DD5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

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

R = 67.79%
G = 24.54%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5019 (or 0xDD5019) is known color: Chocolate. HEX triplet: DD, 50 and 19. RGB value is (221,80,25). Sum of RGB (Red+Green+Blue) = 221+80+25=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5019 is #22AFE6. Grayscale: #747474. Windows color (decimal): -2273255 or 1659101. OLE color: 1659101.

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

Color convert

RGB 221 80 25 -
CMYK 0 0.64 0.89 0.13
HSL 16.84º 0.8% 0.48% -
HSV(B) 16.84º 0.89% 0.87% -
XYZ 32.86 21.18 3.28 -
YUV 115.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 221 80 25 0 0.64 0.89 0.13 16.84 0.8 0.48
Hex DD 50 19 0 40 59 D 11 50 30
Octal 335 120 31 0 100 131 15 21 120 60
Binary 11011101 1010000 11001 0 1000000 1011001 1101 10001 1010000 110000

Color Harmonies of #DD5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5019

Black with #DD5019

Text Example


Text Example

White with #DD5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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