Html Css Color HEX #DD7066 Terra Cotta

📋 copy color: '#DD7066'

red 221 ◦ green 112 ◦ blue 102

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

Shades of Terra Cotta #DD7066

Tints of Terra Cotta #DD7066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 50.8%
G = 25.75%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD7066 (or 0xDD7066) is known color: Terra Cotta. HEX triplet: DD, 70 and 66. RGB value is (221,112,102). Sum of RGB (Red+Green+Blue) = 221+112+102=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7066 is #228F99. Grayscale: #8F8F8F. Windows color (decimal): -2264986 or 6713565. OLE color: 6713565.

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

Color convert

RGB 221 112 102 -
CMYK 0 0.49 0.54 0.13
HSL 5.04º 0.64% 0.63% -
HSV(B) 5.04º 0.54% 0.87% -
XYZ 38.01 27.92 15.96 -
YUV 143.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 221 112 102 0 0.49 0.54 0.13 5.04 0.64 0.63
Hex DD 70 66 0 31 36 D 5 40 3F
Octal 335 160 146 0 61 66 15 5 100 77
Binary 11011101 1110000 1100110 0 110001 110110 1101 101 1000000 111111

Color Harmonies of #DD7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7066

Black with #DD7066

Text Example


Text Example

White with #DD7066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7066; }

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

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

background-color css

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

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

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

border-color css

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

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

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