Html Css Color HEX #DD5A19 Chocolate

📋 copy color: '#DD5A19'

red 221 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #DD5A19

Tints of Chocolate #DD5A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 65.77%
G = 26.79%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD5A19 (or 0xDD5A19) is known color: Chocolate. HEX triplet: DD, 5A and 19. RGB value is (221,90,25). Sum of RGB (Red+Green+Blue) = 221+90+25=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A19 is #22A5E6. Grayscale: #7A7A7A. Windows color (decimal): -2270695 or 1661661. OLE color: 1661661.

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

Color convert

RGB 221 90 25 -
CMYK 0 0.59 0.89 0.13
HSL 19.9º 0.8% 0.48% -
HSV(B) 19.9º 0.89% 0.87% -
XYZ 33.65 22.75 3.54 -
YUV 121.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 221 90 25 0 0.59 0.89 0.13 19.9 0.8 0.48
Hex DD 5A 19 0 3B 59 D 14 50 30
Octal 335 132 31 0 73 131 15 24 120 60
Binary 11011101 1011010 11001 0 111011 1011001 1101 10100 1010000 110000

Color Harmonies of #DD5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A19

Black with #DD5A19

Text Example


Text Example

White with #DD5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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