Html Css Color HEX #DD5716 Chocolate

📋 copy color: '#DD5716'

red 221 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #DD5716

Tints of Chocolate #DD5716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.36%

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

R = 66.97%
G = 26.36%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5716 (or 0xDD5716) is known color: Chocolate. HEX triplet: DD, 57 and 16. RGB value is (221,87,22). Sum of RGB (Red+Green+Blue) = 221+87+22=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5716 is #22A8E9. Grayscale: #787878. Windows color (decimal): -2271466 or 1464285. OLE color: 1464285.

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

Color convert

RGB 221 87 22 -
CMYK 0 0.61 0.90 0.13
HSL 19.6º 0.82% 0.48% -
HSV(B) 19.6º 0.9% 0.87% -
XYZ 33.37 22.25 3.29 -
YUV 119.66 72.89 200.29 -
System Red Green Blue C M Y K H S L
Decimal 221 87 22 0 0.61 0.90 0.13 19.6 0.82 0.48
Hex DD 57 16 0 3D 5A D 14 52 30
Octal 335 127 26 0 75 132 15 24 122 60
Binary 11011101 1010111 10110 0 111101 1011010 1101 10100 1010010 110000

Color Harmonies of #DD5716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5716

Black with #DD5716

Text Example


Text Example

White with #DD5716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5716; }

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

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

background-color css

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

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

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

border-color css

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

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

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