#D67468

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

Shades of Terra Cotta #D67468

Tints of Terra Cotta #D67468

Color information

#D67468 (or 0xD67468) is unknown color: approx Terra Cotta. HEX triplet: D6, 74 and 68. RGB value is (214,116,104). Sum of RGB (Red+Green+Blue) = 214+116+104=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D67468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67468 is #298B97. Grayscale: #909090. Windows color (decimal): -2722712 or 6845654. OLE color: 6845654.

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

Color convert

RGB214116104-
CMYK00.460.510.16
HSL6.55º57.29%62.35%-
HSV(B)6.55º51.4%83.92%-
XYZ36.4827.7916.54-
YUV143.93105.47177.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=49.31%
G=26.73%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411610400.460.510.166.5557.2962.35
HexD6746802E33107393e
Octal326164150056632077176
Binary1101011011101001101000010111011001110000111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67468; }

 p { color: rgb(214,116,104); }

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

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

 a { background-color: rgb(214,116,104); }

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

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

 span { border-color: rgb(214,116,104); }

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