Html Css Color HEX #DD6E15 Chocolate

📋 copy color: '#DD6E15'

red 221 ◦ green 110 ◦ blue 21

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

Shades of Chocolate #DD6E15

Tints of Chocolate #DD6E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.97%

R = 62.78%
G = 31.25%
B = 5.97%

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

#DD6E15 (or 0xDD6E15) is known color: Chocolate. HEX triplet: DD, 6E and 15. RGB value is (221,110,21). Sum of RGB (Red+Green+Blue) = 221+110+21=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E15 is #2291EA. Grayscale: #858585. Windows color (decimal): -2265579 or 1404637. OLE color: 1404637.

HSL color Cylindrical-coordinate representation of color #DD6E15: hue angle of 26.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD6E15 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 21 -
CMYK 0 0.50 0.90 0.13
HSL 26.7º 0.83% 0.47% -
HSV(B) 26.7º 0.9% 0.87% -
XYZ 35.53 26.58 3.97 -
YUV 133.04 64.77 190.74 -
System Red Green Blue C M Y K H S L
Decimal 221 110 21 0 0.50 0.90 0.13 26.7 0.83 0.47
Hex DD 6E 15 0 32 5A D 1B 53 2F
Octal 335 156 25 0 62 132 15 33 123 57
Binary 11011101 1101110 10101 0 110010 1011010 1101 11011 1010011 101111

Color Harmonies of #DD6E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E15

Black with #DD6E15

Text Example


Text Example

White with #DD6E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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