Html Css Color HEX #DD7717 Chocolate

📋 copy color: '#DD7717'

red 221 ◦ green 119 ◦ blue 23

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

Shades of Chocolate #DD7717

Tints of Chocolate #DD7717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 60.88%
G = 32.78%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7717 (or 0xDD7717) is known color: Chocolate. HEX triplet: DD, 77 and 17. RGB value is (221,119,23). Sum of RGB (Red+Green+Blue) = 221+119+23=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7717 is #2288E8. Grayscale: #8B8B8B. Windows color (decimal): -2263273 or 1538013. OLE color: 1538013.

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

Color convert

RGB 221 119 23 -
CMYK 0 0.46 0.90 0.13
HSL 29.09º 0.81% 0.48% -
HSV(B) 29.09º 0.9% 0.87% -
XYZ 36.57 28.63 4.41 -
YUV 138.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 221 119 23 0 0.46 0.90 0.13 29.09 0.81 0.48
Hex DD 77 17 0 2E 5A D 1D 51 30
Octal 335 167 27 0 56 132 15 35 121 60
Binary 11011101 1110111 10111 0 101110 1011010 1101 11101 1010001 110000

Color Harmonies of #DD7717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7717

Black with #DD7717

Text Example


Text Example

White with #DD7717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7717; }

 p { color: rgb(221,119,23); }

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

background-color css

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

 a { background-color: rgb(221,119,23); }

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

border-color css

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

 span { border-color: rgb(221,119,23); }

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