#D67269

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

Shades of Terra Cotta #D67269

Tints of Terra Cotta #D67269

Color information

#D67269 (or 0xD67269) is unknown color: approx Terra Cotta. HEX triplet: D6, 72 and 69. RGB value is (214,114,105). Sum of RGB (Red+Green+Blue) = 214+114+105=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D67269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67269 is #298D96. Grayscale: #8F8F8F. Windows color (decimal): -2723223 or 6910678. OLE color: 6910678.

HSL color Cylindrical-coordinate representation of color #D67269: hue angle of 4.95º degrees, saturation: 0.57, 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 #D67269 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214114105-
CMYK00.470.510.16
HSL4.95º57.07%62.55%-
HSV(B)4.95º50.93%83.92%-
XYZ36.327.3516.73-
YUV142.87106.63178.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.42%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=49.42%
G=26.33%
B=24.25%

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
Decimal21411410500.470.510.164.9557.0762.55
HexD6726902F33105393f
Octal326162151057632057177
Binary1101011011100101101001010111111001110000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67269; }

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

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

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

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

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

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

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

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