Html Css Color HEX #DD5816 Chocolate

📋 copy color: '#DD5816'

red 221 ◦ green 88 ◦ blue 22

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

Shades of Chocolate #DD5816

Tints of Chocolate #DD5816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 66.77%
G = 26.59%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5816 (or 0xDD5816) is known color: Chocolate. HEX triplet: DD, 58 and 16. RGB value is (221,88,22). Sum of RGB (Red+Green+Blue) = 221+88+22=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5816 is #22A7E9. Grayscale: #787878. Windows color (decimal): -2271210 or 1464541. OLE color: 1464541.

HSL color Cylindrical-coordinate representation of color #DD5816: hue angle of 19.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5816 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 22 -
CMYK 0 0.60 0.90 0.13
HSL 19.9º 0.82% 0.48% -
HSV(B) 19.9º 0.9% 0.87% -
XYZ 33.45 22.41 3.32 -
YUV 120.24 72.56 199.87 -
System Red Green Blue C M Y K H S L
Decimal 221 88 22 0 0.60 0.90 0.13 19.9 0.82 0.48
Hex DD 58 16 0 3C 5A D 14 52 30
Octal 335 130 26 0 74 132 15 24 122 60
Binary 11011101 1011000 10110 0 111100 1011010 1101 10100 1010010 110000

Color Harmonies of #DD5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5816

Black with #DD5816

Text Example


Text Example

White with #DD5816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5816; }

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

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

background-color css

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

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

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

border-color css

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

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

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