Html Css Color HEX #DD6110 Chocolate

📋 copy color: '#DD6110'

red 221 ◦ green 97 ◦ blue 16

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

Shades of Chocolate #DD6110

Tints of Chocolate #DD6110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 66.17%
G = 29.04%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD6110 (or 0xDD6110) is known color: Chocolate. HEX triplet: DD, 61 and 10. RGB value is (221,97,16). Sum of RGB (Red+Green+Blue) = 221+97+16=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6110 is #229EEF. Grayscale: #7D7D7D. Windows color (decimal): -2268912 or 1073629. OLE color: 1073629.

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

Color convert

RGB 221 97 16 -
CMYK 0 0.56 0.93 0.13
HSL 23.71º 0.86% 0.46% -
HSV(B) 23.71º 0.93% 0.87% -
XYZ 34.19 23.96 3.31 -
YUV 124.84 66.58 196.59 -
System Red Green Blue C M Y K H S L
Decimal 221 97 16 0 0.56 0.93 0.13 23.71 0.86 0.46
Hex DD 61 10 0 38 5D D 18 56 2E
Octal 335 141 20 0 70 135 15 30 126 56
Binary 11011101 1100001 10000 0 111000 1011101 1101 11000 1010110 101110

Color Harmonies of #DD6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6110

Black with #DD6110

Text Example


Text Example

White with #DD6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6110; }

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

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

background-color css

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

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

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

border-color css

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

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

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