#dd7268

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

Shades of Terra Cotta #DD7268

Tints of Terra Cotta #DD7268

Color information

#DD7268 (or 0xDD7268) is unknown color: approx Terra Cotta. HEX triplet: DD, 72 and 68. RGB value is (221,114,104). Sum of RGB (Red+Green+Blue) = 221+114+104=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7268 is #228D97. Grayscale: #919191. Windows color (decimal): -2264472 or 6845149. OLE color: 6845149.

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

Color convert

RGB221114104-
CMYK00.480.530.13
HSL5.13º63.24%63.73%-
HSV(B)5.13º52.94%86.67%-
XYZ38.3328.4116.56-
YUV144.85104.95182.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=50.34%
G=25.97%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111410400.480.530.135.1363.2463.73
HexDD726803035D53f40
Octal3351621500606515577100
Binary1101110111100101101000011000011010111011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7268; }

 p { color: rgb(221,114,104); }

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

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

 a { background-color: rgb(221,114,104); }

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

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

 span { border-color: rgb(221,114,104); }

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