Html Css Color HEX #DD5813 Chocolate

📋 copy color: '#DD5813'

red 221 ◦ green 88 ◦ blue 19

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

Shades of Chocolate #DD5813

Tints of Chocolate #DD5813

RGB

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

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

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

R = 67.38%
G = 26.83%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5813 (or 0xDD5813) is known color: Chocolate. HEX triplet: DD, 58 and 13. RGB value is (221,88,19). Sum of RGB (Red+Green+Blue) = 221+88+19=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5813 is #22A7EC. Grayscale: #787878. Windows color (decimal): -2271213 or 1267933. OLE color: 1267933.

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

Color convert

RGB 221 88 19 -
CMYK 0 0.60 0.91 0.13
HSL 20.5º 0.84% 0.47% -
HSV(B) 20.5º 0.91% 0.87% -
XYZ 33.43 22.4 3.18 -
YUV 119.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 221 88 19 0 0.60 0.91 0.13 20.5 0.84 0.47
Hex DD 58 13 0 3C 5B D 14 54 2F
Octal 335 130 23 0 74 133 15 24 124 57
Binary 11011101 1011000 10011 0 111100 1011011 1101 10100 1010100 101111

Color Harmonies of #DD5813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5813

Black with #DD5813

Text Example


Text Example

White with #DD5813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5813; }

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

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

background-color css

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

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

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

border-color css

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

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

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