Html Css Color HEX #DD5A13 Chocolate

📋 copy color: '#DD5A13'

red 221 ◦ green 90 ◦ blue 19

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

Shades of Chocolate #DD5A13

Tints of Chocolate #DD5A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 66.97%
G = 27.27%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5A13 (or 0xDD5A13) is known color: Chocolate. HEX triplet: DD, 5A and 13. RGB value is (221,90,19). Sum of RGB (Red+Green+Blue) = 221+90+19=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5A13 is #22A5EC. Grayscale: #797979. Windows color (decimal): -2270701 or 1268445. OLE color: 1268445.

HSL color Cylindrical-coordinate representation of color #DD5A13: hue angle of 21.09º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD5A13 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 19 -
CMYK 0 0.59 0.91 0.13
HSL 21.09º 0.84% 0.47% -
HSV(B) 21.09º 0.91% 0.87% -
XYZ 33.59 22.73 3.23 -
YUV 121.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 221 90 19 0 0.59 0.91 0.13 21.09 0.84 0.47
Hex DD 5A 13 0 3B 5B D 15 54 2F
Octal 335 132 23 0 73 133 15 25 124 57
Binary 11011101 1011010 10011 0 111011 1011011 1101 10101 1010100 101111

Color Harmonies of #DD5A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A13

Black with #DD5A13

Text Example


Text Example

White with #DD5A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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