#D86A5A

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

Shades of Roman #D86A5A

Tints of Roman #D86A5A

Color information

#D86A5A (or 0xD86A5A) is unknown color: approx Roman. HEX triplet: D8, 6A and 5A. RGB value is (216,106,90). Sum of RGB (Red+Green+Blue) = 216+106+90=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86A5A is #2795A5. Grayscale: #898989. Windows color (decimal): -2594214 or 5925592. OLE color: 5925592.

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

Color convert

RGB21610690-
CMYK00.510.580.15
HSL7.62º61.76%60%-
HSV(B)7.62º58.33%84.71%-
XYZ35.3225.6512.76-
YUV137.07101.44184.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.43%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=52.43%
G=25.73%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161069000.510.580.157.6261.7660
HexD86A5A0333AF83e3c
Octal3301521320637217107674
Binary1101100011010101011010011001111101011111000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86A5A; }

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

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

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

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

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

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

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

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