Html Css Color HEX #DD7054 Terra Cotta

📋 copy color: '#DD7054'

red 221 ◦ green 112 ◦ blue 84

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

Shades of Terra Cotta #DD7054

Tints of Terra Cotta #DD7054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.14%

R = 53%
G = 26.86%
B = 20.14%

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

#DD7054 (or 0xDD7054) is known color: Terra Cotta. HEX triplet: DD, 70 and 54. RGB value is (221,112,84). Sum of RGB (Red+Green+Blue) = 221+112+84=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7054 is #228FAB. Grayscale: #8D8D8D. Windows color (decimal): -2265004 or 5533917. OLE color: 5533917.

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

Color convert

RGB 221 112 84 -
CMYK 0 0.49 0.62 0.13
HSL 12.26º 0.67% 0.6% -
HSV(B) 12.26º 0.62% 0.87% -
XYZ 37.21 27.6 11.75 -
YUV 141.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 221 112 84 0 0.49 0.62 0.13 12.26 0.67 0.6
Hex DD 70 54 0 31 3E D C 43 3C
Octal 335 160 124 0 61 76 15 14 103 74
Binary 11011101 1110000 1010100 0 110001 111110 1101 1100 1000011 111100

Color Harmonies of #DD7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7054

Black with #DD7054

Text Example


Text Example

White with #DD7054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7054; }

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

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

background-color css

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

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

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

border-color css

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

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

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