Html Css Color HEX #DD7859 Terra Cotta

📋 copy color: '#DD7859'

red 221 ◦ green 120 ◦ blue 89

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

Shades of Terra Cotta #DD7859

Tints of Terra Cotta #DD7859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

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

R = 51.4%
G = 27.91%
B = 20.7%

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

#DD7859 (or 0xDD7859) is known color: Terra Cotta. HEX triplet: DD, 78 and 59. RGB value is (221,120,89). Sum of RGB (Red+Green+Blue) = 221+120+89=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7859 is #2287A6. Grayscale: #929292. Windows color (decimal): -2262951 or 5863645. OLE color: 5863645.

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

Color convert

RGB 221 120 89 -
CMYK 0 0.46 0.60 0.13
HSL 14.09º 0.66% 0.61% -
HSV(B) 14.09º 0.6% 0.87% -
XYZ 38.34 29.53 13.13 -
YUV 146.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 221 120 89 0 0.46 0.60 0.13 14.09 0.66 0.61
Hex DD 78 59 0 2E 3C D E 42 3D
Octal 335 170 131 0 56 74 15 16 102 75
Binary 11011101 1111000 1011001 0 101110 111100 1101 1110 1000010 111101

Color Harmonies of #DD7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7859

Black with #DD7859

Text Example


Text Example

White with #DD7859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7859; }

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

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

background-color css

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

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

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

border-color css

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

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

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