Html Css Color HEX #DD7051 Terra Cotta

📋 copy color: '#DD7051'

red 221 ◦ green 112 ◦ blue 81

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

Shades of Terra Cotta #DD7051

Tints of Terra Cotta #DD7051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 53.38%
G = 27.05%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7051 (or 0xDD7051) is known color: Terra Cotta. HEX triplet: DD, 70 and 51. RGB value is (221,112,81). Sum of RGB (Red+Green+Blue) = 221+112+81=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7051 is #228FAE. Grayscale: #8D8D8D. Windows color (decimal): -2265007 or 5337309. OLE color: 5337309.

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

Color convert

RGB 221 112 81 -
CMYK 0 0.49 0.63 0.13
HSL 13.29º 0.67% 0.59% -
HSV(B) 13.29º 0.63% 0.87% -
XYZ 37.1 27.55 11.15 -
YUV 141.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 221 112 81 0 0.49 0.63 0.13 13.29 0.67 0.59
Hex DD 70 51 0 31 3F D D 43 3B
Octal 335 160 121 0 61 77 15 15 103 73
Binary 11011101 1110000 1010001 0 110001 111111 1101 1101 1000011 111011

Color Harmonies of #DD7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7051

Black with #DD7051

Text Example


Text Example

White with #DD7051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7051; }

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

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

background-color css

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

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

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

border-color css

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

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

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