Html Css Color HEX #DD7153 Terra Cotta

📋 copy color: '#DD7153'

red 221 ◦ green 113 ◦ blue 83

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

Shades of Terra Cotta #DD7153

Tints of Terra Cotta #DD7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 83 (32.81% from 255) = 19.9%

R = 53%
G = 27.1%
B = 19.9%

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

#DD7153 (or 0xDD7153) is known color: Terra Cotta. HEX triplet: DD, 71 and 53. RGB value is (221,113,83). Sum of RGB (Red+Green+Blue) = 221+113+83=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7153 is #228EAC. Grayscale: #8E8E8E. Windows color (decimal): -2264749 or 5468637. OLE color: 5468637.

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

Color convert

RGB 221 113 83 -
CMYK 0 0.49 0.62 0.13
HSL 13.04º 0.67% 0.6% -
HSV(B) 13.04º 0.62% 0.87% -
XYZ 37.29 27.81 11.59 -
YUV 141.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 221 113 83 0 0.49 0.62 0.13 13.04 0.67 0.6
Hex DD 71 53 0 31 3E D D 43 3C
Octal 335 161 123 0 61 76 15 15 103 74
Binary 11011101 1110001 1010011 0 110001 111110 1101 1101 1000011 111100

Color Harmonies of #DD7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7153

Black with #DD7153

Text Example


Text Example

White with #DD7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7153; }

 p { color: rgb(221,113,83); }

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

background-color css

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

 a { background-color: rgb(221,113,83); }

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

border-color css

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

 span { border-color: rgb(221,113,83); }

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