Html Css Color HEX #DD7858 Terra Cotta

📋 copy color: '#DD7858'

red 221 ◦ green 120 ◦ blue 88

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

Shades of Terra Cotta #DD7858

Tints of Terra Cotta #DD7858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 51.52%
G = 27.97%
B = 20.51%

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

#DD7858 (or 0xDD7858) is known color: Terra Cotta. HEX triplet: DD, 78 and 58. RGB value is (221,120,88). Sum of RGB (Red+Green+Blue) = 221+120+88=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7858 is #2287A7. Grayscale: #929292. Windows color (decimal): -2262952 or 5798109. OLE color: 5798109.

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

Color convert

RGB 221 120 88 -
CMYK 0 0.46 0.60 0.13
HSL 14.44º 0.66% 0.61% -
HSV(B) 14.44º 0.6% 0.87% -
XYZ 38.3 29.51 12.91 -
YUV 146.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 221 120 88 0 0.46 0.60 0.13 14.44 0.66 0.61
Hex DD 78 58 0 2E 3C D E 42 3D
Octal 335 170 130 0 56 74 15 16 102 75
Binary 11011101 1111000 1011000 0 101110 111100 1101 1110 1000010 111101

Color Harmonies of #DD7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7858

Black with #DD7858

Text Example


Text Example

White with #DD7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7858; }

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

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

background-color css

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

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

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

border-color css

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

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

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