Html Css Color HEX #DD7059 Terra Cotta

📋 copy color: '#DD7059'

red 221 ◦ green 112 ◦ blue 89

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

Shades of Terra Cotta #DD7059

Tints of Terra Cotta #DD7059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.09%

R = 52.37%
G = 26.54%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD7059 (or 0xDD7059) is known color: Terra Cotta. HEX triplet: DD, 70 and 59. RGB value is (221,112,89). Sum of RGB (Red+Green+Blue) = 221+112+89=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7059 is #228FA6. Grayscale: #8E8E8E. Windows color (decimal): -2264999 or 5861597. OLE color: 5861597.

HSL color Cylindrical-coordinate representation of color #DD7059: hue angle of 10.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD7059 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 89 -
CMYK 0 0.49 0.60 0.13
HSL 10.45º 0.66% 0.61% -
HSV(B) 10.45º 0.6% 0.87% -
XYZ 37.42 27.68 12.82 -
YUV 141.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 221 112 89 0 0.49 0.60 0.13 10.45 0.66 0.61
Hex DD 70 59 0 31 3C D A 42 3D
Octal 335 160 131 0 61 74 15 12 102 75
Binary 11011101 1110000 1011001 0 110001 111100 1101 1010 1000010 111101

Color Harmonies of #DD7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7059

Black with #DD7059

Text Example


Text Example

White with #DD7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7059; }

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

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

background-color css

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

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

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

border-color css

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

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

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