#D67369

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

Shades of Terra Cotta #D67369

Tints of Terra Cotta #D67369

Color information

#D67369 (or 0xD67369) is unknown color: approx Terra Cotta. HEX triplet: D6, 73 and 69. RGB value is (214,115,105). Sum of RGB (Red+Green+Blue) = 214+115+105=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D67369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67369 is #298C96. Grayscale: #8F8F8F. Windows color (decimal): -2722967 or 6910934. OLE color: 6910934.

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

Color convert

RGB214115105-
CMYK00.460.510.16
HSL5.5º57.07%62.55%-
HSV(B)5.5º50.93%83.92%-
XYZ36.4127.5816.77-
YUV143.46106.3178.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=49.31%
G=26.50%
B=24.19%

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
Decimal21411510500.460.510.165.557.0762.55
HexD6736902E33106393f
Octal326163151056632067177
Binary1101011011100111101001010111011001110000110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67369; }

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

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

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

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

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

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

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

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