Html Css Color HEX #DD6116 Chocolate

📋 copy color: '#DD6116'

red 221 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #DD6116

Tints of Chocolate #DD6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

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

R = 65%
G = 28.53%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6116 (or 0xDD6116) is known color: Chocolate. HEX triplet: DD, 61 and 16. RGB value is (221,97,22). Sum of RGB (Red+Green+Blue) = 221+97+22=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6116 is #229EE9. Grayscale: #7D7D7D. Windows color (decimal): -2268906 or 1466845. OLE color: 1466845.

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

Color convert

RGB 221 97 22 -
CMYK 0 0.56 0.90 0.13
HSL 22.61º 0.82% 0.48% -
HSV(B) 22.61º 0.9% 0.87% -
XYZ 34.24 23.98 3.58 -
YUV 125.53 69.58 196.1 -
System Red Green Blue C M Y K H S L
Decimal 221 97 22 0 0.56 0.90 0.13 22.61 0.82 0.48
Hex DD 61 16 0 38 5A D 17 52 30
Octal 335 141 26 0 70 132 15 27 122 60
Binary 11011101 1100001 10110 0 111000 1011010 1101 10111 1010010 110000

Color Harmonies of #DD6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6116

Black with #DD6116

Text Example


Text Example

White with #DD6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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