Html Css Color HEX #DD7416 Chocolate

📋 copy color: '#DD7416'

red 221 ◦ green 116 ◦ blue 22

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

Shades of Chocolate #DD7416

Tints of Chocolate #DD7416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 61.56%
G = 32.31%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7416 (or 0xDD7416) is known color: Chocolate. HEX triplet: DD, 74 and 16. RGB value is (221,116,22). Sum of RGB (Red+Green+Blue) = 221+116+22=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7416 is #228BE9. Grayscale: #898989. Windows color (decimal): -2264042 or 1471709. OLE color: 1471709.

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

Color convert

RGB 221 116 22 -
CMYK 0 0.48 0.90 0.13
HSL 28.34º 0.82% 0.48% -
HSV(B) 28.34º 0.9% 0.87% -
XYZ 36.21 27.92 4.24 -
YUV 136.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 221 116 22 0 0.48 0.90 0.13 28.34 0.82 0.48
Hex DD 74 16 0 30 5A D 1C 52 30
Octal 335 164 26 0 60 132 15 34 122 60
Binary 11011101 1110100 10110 0 110000 1011010 1101 11100 1010010 110000

Color Harmonies of #DD7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7416

Black with #DD7416

Text Example


Text Example

White with #DD7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7416; }

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

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

background-color css

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

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

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

border-color css

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

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

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