#D77269

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

Shades of Terra Cotta #D77269

Tints of Terra Cotta #D77269

Color information

#D77269 (or 0xD77269) is unknown color: approx Terra Cotta. HEX triplet: D7, 72 and 69. RGB value is (215,114,105). Sum of RGB (Red+Green+Blue) = 215+114+105=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D77269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77269 is #288D96. Grayscale: #8F8F8F. Windows color (decimal): -2657687 or 6910679. OLE color: 6910679.

HSL color Cylindrical-coordinate representation of color #D77269: hue angle of 4.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77269 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB215114105-
CMYK00.470.510.16
HSL4.91º57.89%62.75%-
HSV(B)4.91º51.16%84.31%-
XYZ36.5927.516.74-
YUV143.17106.46179.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.54%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=49.54%
G=26.27%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511410500.470.510.164.9157.8962.75
HexD7726902F331053a3f
Octal327162151057632057277
Binary1101011111100101101001010111111001110000101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77269; }

 p { color: rgb(215,114,105); }

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

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

 a { background-color: rgb(215,114,105); }

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

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

 span { border-color: rgb(215,114,105); }

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