Html Css Color HEX #DD5F11 Chocolate

📋 copy color: '#DD5F11'

red 221 ◦ green 95 ◦ blue 17

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

Shades of Chocolate #DD5F11

Tints of Chocolate #DD5F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 66.37%
G = 28.53%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5F11 (or 0xDD5F11) is known color: Chocolate. HEX triplet: DD, 5F and 11. RGB value is (221,95,17). Sum of RGB (Red+Green+Blue) = 221+95+17=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5F11 is #22A0EE. Grayscale: #7C7C7C. Windows color (decimal): -2269423 or 1138653. OLE color: 1138653.

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

Color convert

RGB 221 95 17 -
CMYK 0 0.57 0.92 0.13
HSL 22.94º 0.86% 0.47% -
HSV(B) 22.94º 0.92% 0.87% -
XYZ 34.01 23.6 3.29 -
YUV 123.78 67.74 197.34 -
System Red Green Blue C M Y K H S L
Decimal 221 95 17 0 0.57 0.92 0.13 22.94 0.86 0.47
Hex DD 5F 11 0 39 5C D 17 56 2F
Octal 335 137 21 0 71 134 15 27 126 57
Binary 11011101 1011111 10001 0 111001 1011100 1101 10111 1010110 101111

Color Harmonies of #DD5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F11

Black with #DD5F11

Text Example


Text Example

White with #DD5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F11; }

 p { color: rgb(221,95,17); }

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

background-color css

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

 a { background-color: rgb(221,95,17); }

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

border-color css

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

 span { border-color: rgb(221,95,17); }

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