#DD6E51

Color #DD6E51 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DD6E51

Tints of Terra Cotta #DD6E51

Color information

#DD6E51 (or 0xDD6E51) is unknown color: approx Terra Cotta. HEX triplet: DD, 6E and 51. RGB value is (221,110,81). Sum of RGB (Red+Green+Blue) = 221+110+81=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E51 is #2291AE. Grayscale: #8C8C8C. Windows color (decimal): -2265519 or 5336797. OLE color: 5336797.

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

Color convert

RGB22111081-
CMYK00.500.630.13
HSL12.43º67.31%59.22%-
HSV(B)12.43º63.35%86.67%-
XYZ36.8827.1211.08-
YUV139.8894.77185.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=53.64%
G=26.70%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211108100.500.630.1312.4367.3159.22
HexDD6E510323FDc433b
Octal33515612106277151410373
Binary11011101110111010100010110010111111110111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E51; }

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

 H1.HeaderClassName
 {
   color: #DD6E51;
 }
 .AnyTagClassName
 {
   color: #DD6E51;
 }
</style>
background-color css

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

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

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

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

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

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