#D86F5A

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

Shades of Terra Cotta #D86F5A

Tints of Terra Cotta #D86F5A

Color information

#D86F5A (or 0xD86F5A) is unknown color: approx Terra Cotta. HEX triplet: D8, 6F and 5A. RGB value is (216,111,90). Sum of RGB (Red+Green+Blue) = 216+111+90=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F5A is #2790A5. Grayscale: #8C8C8C. Windows color (decimal): -2592934 or 5926872. OLE color: 5926872.

HSL color Cylindrical-coordinate representation of color #D86F5A: hue angle of 10º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D86F5A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21611190-
CMYK00.490.580.15
HSL10º61.76%60%-
HSV(B)10º58.33%84.71%-
XYZ35.8526.7112.94-
YUV14099.79182.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=51.80%
G=26.62%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161119000.490.580.151061.7660
HexD86F5A0313AFa3e3c
Octal3301571320617217127674
Binary1101100011011111011010011000111101011111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86F5A; }

 p { color: rgb(216,111,90); }

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

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

 a { background-color: rgb(216,111,90); }

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

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

 span { border-color: rgb(216,111,90); }

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