Html Css Color HEX #DD7069 Terra Cotta

📋 copy color: '#DD7069'

red 221 ◦ green 112 ◦ blue 105

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

Shades of Terra Cotta #DD7069

Tints of Terra Cotta #DD7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 50.46%
G = 25.57%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD7069 (or 0xDD7069) is known color: Terra Cotta. HEX triplet: DD, 70 and 69. RGB value is (221,112,105). Sum of RGB (Red+Green+Blue) = 221+112+105=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7069 is #228F96. Grayscale: #8F8F8F. Windows color (decimal): -2264983 or 6910173. OLE color: 6910173.

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

Color convert

RGB 221 112 105 -
CMYK 0 0.49 0.52 0.13
HSL 3.62º 0.63% 0.64% -
HSV(B) 3.62º 0.52% 0.87% -
XYZ 38.16 27.98 16.75 -
YUV 143.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 221 112 105 0 0.49 0.52 0.13 3.62 0.63 0.64
Hex DD 70 69 0 31 34 D 4 3F 40
Octal 335 160 151 0 61 64 15 4 77 100
Binary 11011101 1110000 1101001 0 110001 110100 1101 100 111111 1000000

Color Harmonies of #DD7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7069

Black with #DD7069

Text Example


Text Example

White with #DD7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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