Html Css Color HEX #DD6E17 Chocolate

📋 copy color: '#DD6E17'

red 221 ◦ green 110 ◦ blue 23

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

Shades of Chocolate #DD6E17

Tints of Chocolate #DD6E17

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

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

R = 62.43%
G = 31.07%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6E17 (or 0xDD6E17) is known color: Chocolate. HEX triplet: DD, 6E and 17. RGB value is (221,110,23). Sum of RGB (Red+Green+Blue) = 221+110+23=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E17 is #2291E8. Grayscale: #858585. Windows color (decimal): -2265577 or 1535709. OLE color: 1535709.

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

Color convert

RGB 221 110 23 -
CMYK 0 0.50 0.90 0.13
HSL 26.36º 0.81% 0.48% -
HSV(B) 26.36º 0.9% 0.87% -
XYZ 35.55 26.59 4.07 -
YUV 133.27 65.77 190.57 -
System Red Green Blue C M Y K H S L
Decimal 221 110 23 0 0.50 0.90 0.13 26.36 0.81 0.48
Hex DD 6E 17 0 32 5A D 1A 51 30
Octal 335 156 27 0 62 132 15 32 121 60
Binary 11011101 1101110 10111 0 110010 1011010 1101 11010 1010001 110000

Color Harmonies of #DD6E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E17

Black with #DD6E17

Text Example


Text Example

White with #DD6E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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