Html Css Color HEX #DD7959 Terra Cotta

📋 copy color: '#DD7959'

red 221 ◦ green 121 ◦ blue 89

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

Shades of Terra Cotta #DD7959

Tints of Terra Cotta #DD7959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

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

R = 51.28%
G = 28.07%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD7959 (or 0xDD7959) is known color: Terra Cotta. HEX triplet: DD, 79 and 59. RGB value is (221,121,89). Sum of RGB (Red+Green+Blue) = 221+121+89=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7959 is #2286A6. Grayscale: #939393. Windows color (decimal): -2262695 or 5863901. OLE color: 5863901.

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

Color convert

RGB 221 121 89 -
CMYK 0 0.45 0.60 0.13
HSL 14.55º 0.66% 0.61% -
HSV(B) 14.55º 0.6% 0.87% -
XYZ 38.46 29.77 13.17 -
YUV 147.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 221 121 89 0 0.45 0.60 0.13 14.55 0.66 0.61
Hex DD 79 59 0 2D 3C D F 42 3D
Octal 335 171 131 0 55 74 15 17 102 75
Binary 11011101 1111001 1011001 0 101101 111100 1101 1111 1000010 111101

Color Harmonies of #DD7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7959

Black with #DD7959

Text Example


Text Example

White with #DD7959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7959; }

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

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

background-color css

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

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

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

border-color css

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

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

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