Html Css Color HEX #DD7055 Terra Cotta

📋 copy color: '#DD7055'

red 221 ◦ green 112 ◦ blue 85

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

Shades of Terra Cotta #DD7055

Tints of Terra Cotta #DD7055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 52.87%
G = 26.79%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD7055 (or 0xDD7055) is known color: Terra Cotta. HEX triplet: DD, 70 and 55. RGB value is (221,112,85). Sum of RGB (Red+Green+Blue) = 221+112+85=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7055 is #228FAA. Grayscale: #8D8D8D. Windows color (decimal): -2265003 or 5599453. OLE color: 5599453.

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

Color convert

RGB 221 112 85 -
CMYK 0 0.49 0.62 0.13
HSL 11.91º 0.67% 0.6% -
HSV(B) 11.91º 0.62% 0.87% -
XYZ 37.25 27.62 11.96 -
YUV 141.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 221 112 85 0 0.49 0.62 0.13 11.91 0.67 0.6
Hex DD 70 55 0 31 3E D C 43 3C
Octal 335 160 125 0 61 76 15 14 103 74
Binary 11011101 1110000 1010101 0 110001 111110 1101 1100 1000011 111100

Color Harmonies of #DD7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7055

Black with #DD7055

Text Example


Text Example

White with #DD7055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7055; }

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

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

background-color css

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

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

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

border-color css

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

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

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