Html Css Color HEX #DD7517 Chocolate

📋 copy color: '#DD7517'

red 221 ◦ green 117 ◦ blue 23

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

Shades of Chocolate #DD7517

Tints of Chocolate #DD7517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 61.22%
G = 32.41%
B = 6.37%

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

#DD7517 (or 0xDD7517) is known color: Chocolate. HEX triplet: DD, 75 and 17. RGB value is (221,117,23). Sum of RGB (Red+Green+Blue) = 221+117+23=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7517 is #228AE8. Grayscale: #898989. Windows color (decimal): -2263785 or 1537501. OLE color: 1537501.

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

Color convert

RGB 221 117 23 -
CMYK 0 0.47 0.90 0.13
HSL 28.48º 0.81% 0.48% -
HSV(B) 28.48º 0.9% 0.87% -
XYZ 36.33 28.16 4.33 -
YUV 137.38 63.46 187.64 -
System Red Green Blue C M Y K H S L
Decimal 221 117 23 0 0.47 0.90 0.13 28.48 0.81 0.48
Hex DD 75 17 0 2F 5A D 1C 51 30
Octal 335 165 27 0 57 132 15 34 121 60
Binary 11011101 1110101 10111 0 101111 1011010 1101 11100 1010001 110000

Color Harmonies of #DD7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7517

Black with #DD7517

Text Example


Text Example

White with #DD7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7517; }

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

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

background-color css

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

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

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

border-color css

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

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

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