Html Css Color HEX #DD7759 Terra Cotta

📋 copy color: '#DD7759'

red 221 ◦ green 119 ◦ blue 89

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

Shades of Terra Cotta #DD7759

Tints of Terra Cotta #DD7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

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

R = 51.52%
G = 27.74%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD7759 (or 0xDD7759) is known color: Terra Cotta. HEX triplet: DD, 77 and 59. RGB value is (221,119,89). Sum of RGB (Red+Green+Blue) = 221+119+89=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7759 is #2288A6. Grayscale: #929292. Windows color (decimal): -2263207 or 5863389. OLE color: 5863389.

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

Color convert

RGB 221 119 89 -
CMYK 0 0.46 0.60 0.13
HSL 13.64º 0.66% 0.61% -
HSV(B) 13.64º 0.6% 0.87% -
XYZ 38.22 29.29 13.09 -
YUV 146.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 221 119 89 0 0.46 0.60 0.13 13.64 0.66 0.61
Hex DD 77 59 0 2E 3C D E 42 3D
Octal 335 167 131 0 56 74 15 16 102 75
Binary 11011101 1110111 1011001 0 101110 111100 1101 1110 1000010 111101

Color Harmonies of #DD7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7759

Black with #DD7759

Text Example


Text Example

White with #DD7759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7759; }

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

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

background-color css

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

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

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

border-color css

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

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

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