Html Css Color HEX #DD6516 Chocolate

📋 copy color: '#DD6516'

red 221 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #DD6516

Tints of Chocolate #DD6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 64.24%
G = 29.36%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6516 (or 0xDD6516) is known color: Chocolate. HEX triplet: DD, 65 and 16. RGB value is (221,101,22). Sum of RGB (Red+Green+Blue) = 221+101+22=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6516 is #229AE9. Grayscale: #808080. Windows color (decimal): -2267882 or 1467869. OLE color: 1467869.

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

Color convert

RGB 221 101 22 -
CMYK 0 0.54 0.90 0.13
HSL 23.82º 0.82% 0.48% -
HSV(B) 23.82º 0.9% 0.87% -
XYZ 34.62 24.74 3.71 -
YUV 127.87 68.26 194.42 -
System Red Green Blue C M Y K H S L
Decimal 221 101 22 0 0.54 0.90 0.13 23.82 0.82 0.48
Hex DD 65 16 0 36 5A D 18 52 30
Octal 335 145 26 0 66 132 15 30 122 60
Binary 11011101 1100101 10110 0 110110 1011010 1101 11000 1010010 110000

Color Harmonies of #DD6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6516

Black with #DD6516

Text Example


Text Example

White with #DD6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6516; }

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

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

background-color css

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

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

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

border-color css

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

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

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