#D67066

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

Shades of Terra Cotta #D67066

Tints of Terra Cotta #D67066

Color information

#D67066 (or 0xD67066) is unknown color: approx Terra Cotta. HEX triplet: D6, 70 and 66. RGB value is (214,112,102). Sum of RGB (Red+Green+Blue) = 214+112+102=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D67066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67066 is #298F99. Grayscale: #8D8D8D. Windows color (decimal): -2723738 or 6713558. OLE color: 6713558.

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

Color convert

RGB214112102-
CMYK00.480.520.16
HSL5.36º57.73%61.96%-
HSV(B)5.36º52.34%83.92%-
XYZ35.9226.8415.86-
YUV141.36105.79179.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=50%
G=26.17%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411210200.480.520.165.3657.7361.96
HexD67066030341053a3e
Octal326160146060642057276
Binary1101011011100001100110011000011010010000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67066; }

 p { color: rgb(214,112,102); }

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

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

 a { background-color: rgb(214,112,102); }

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

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

 span { border-color: rgb(214,112,102); }

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