Html Css Color HEX #DD7317 Chocolate

📋 copy color: '#DD7317'

red 221 ◦ green 115 ◦ blue 23

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

Shades of Chocolate #DD7317

Tints of Chocolate #DD7317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

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

R = 61.56%
G = 32.03%
B = 6.41%

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

#DD7317 (or 0xDD7317) is known color: Chocolate. HEX triplet: DD, 73 and 17. RGB value is (221,115,23). Sum of RGB (Red+Green+Blue) = 221+115+23=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7317 is #228CE8. Grayscale: #888888. Windows color (decimal): -2264297 or 1536989. OLE color: 1536989.

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

Color convert

RGB 221 115 23 -
CMYK 0 0.48 0.90 0.13
HSL 27.88º 0.81% 0.48% -
HSV(B) 27.88º 0.9% 0.87% -
XYZ 36.1 27.7 4.25 -
YUV 136.21 64.12 188.48 -
System Red Green Blue C M Y K H S L
Decimal 221 115 23 0 0.48 0.90 0.13 27.88 0.81 0.48
Hex DD 73 17 0 30 5A D 1C 51 30
Octal 335 163 27 0 60 132 15 34 121 60
Binary 11011101 1110011 10111 0 110000 1011010 1101 11100 1010001 110000

Color Harmonies of #DD7317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7317

Black with #DD7317

Text Example


Text Example

White with #DD7317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7317; }

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

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

background-color css

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

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

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

border-color css

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

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

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