Html Css Color HEX #DD7616 Chocolate

📋 copy color: '#DD7616'

red 221 ◦ green 118 ◦ blue 22

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

Shades of Chocolate #DD7616

Tints of Chocolate #DD7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 61.22%
G = 32.69%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7616 (or 0xDD7616) is known color: Chocolate. HEX triplet: DD, 76 and 16. RGB value is (221,118,22). Sum of RGB (Red+Green+Blue) = 221+118+22=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7616 is #2289E9. Grayscale: #8A8A8A. Windows color (decimal): -2263530 or 1472221. OLE color: 1472221.

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

Color convert

RGB 221 118 22 -
CMYK 0 0.47 0.90 0.13
HSL 28.94º 0.82% 0.48% -
HSV(B) 28.94º 0.9% 0.87% -
XYZ 36.44 28.39 4.32 -
YUV 137.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 221 118 22 0 0.47 0.90 0.13 28.94 0.82 0.48
Hex DD 76 16 0 2F 5A D 1D 52 30
Octal 335 166 26 0 57 132 15 35 122 60
Binary 11011101 1110110 10110 0 101111 1011010 1101 11101 1010010 110000

Color Harmonies of #DD7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7616

Black with #DD7616

Text Example


Text Example

White with #DD7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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