Html Css Color HEX #DD6E14 Chocolate

📋 copy color: '#DD6E14'

red 221 ◦ green 110 ◦ blue 20

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

Shades of Chocolate #DD6E14

Tints of Chocolate #DD6E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 62.96%
G = 31.34%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD6E14 (or 0xDD6E14) is known color: Chocolate. HEX triplet: DD, 6E and 14. RGB value is (221,110,20). Sum of RGB (Red+Green+Blue) = 221+110+20=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6E14 is #2291EB. Grayscale: #858585. Windows color (decimal): -2265580 or 1339101. OLE color: 1339101.

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

Color convert

RGB 221 110 20 -
CMYK 0 0.50 0.91 0.13
HSL 26.87º 0.83% 0.47% -
HSV(B) 26.87º 0.91% 0.87% -
XYZ 35.52 26.57 3.92 -
YUV 132.93 64.27 190.82 -
System Red Green Blue C M Y K H S L
Decimal 221 110 20 0 0.50 0.91 0.13 26.87 0.83 0.47
Hex DD 6E 14 0 32 5B D 1B 53 2F
Octal 335 156 24 0 62 133 15 33 123 57
Binary 11011101 1101110 10100 0 110010 1011011 1101 11011 1010011 101111

Color Harmonies of #DD6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E14

Black with #DD6E14

Text Example


Text Example

White with #DD6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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