Html Css Color HEX #DD6D66 Terra Cotta

📋 copy color: '#DD6D66'

red 221 ◦ green 109 ◦ blue 102

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

Shades of Terra Cotta #DD6D66

Tints of Terra Cotta #DD6D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 51.16%
G = 25.23%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD6D66 (or 0xDD6D66) is known color: Terra Cotta. HEX triplet: DD, 6D and 66. RGB value is (221,109,102). Sum of RGB (Red+Green+Blue) = 221+109+102=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D66 is #229299. Grayscale: #8D8D8D. Windows color (decimal): -2265754 or 6712797. OLE color: 6712797.

HSL color Cylindrical-coordinate representation of color #DD6D66: hue angle of 3.53º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6D66 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 102 -
CMYK 0 0.51 0.54 0.13
HSL 3.53º 0.64% 0.63% -
HSV(B) 3.53º 0.54% 0.87% -
XYZ 37.69 27.27 15.85 -
YUV 141.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 221 109 102 0 0.51 0.54 0.13 3.53 0.64 0.63
Hex DD 6D 66 0 33 36 D 4 40 3F
Octal 335 155 146 0 63 66 15 4 100 77
Binary 11011101 1101101 1100110 0 110011 110110 1101 100 1000000 111111

Color Harmonies of #DD6D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D66

Black with #DD6D66

Text Example


Text Example

White with #DD6D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D66; }

 p { color: rgb(221,109,102); }

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

background-color css

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

 a { background-color: rgb(221,109,102); }

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

border-color css

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

 span { border-color: rgb(221,109,102); }

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