#D16857

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

Shades of Roman #D16857

Tints of Roman #D16857

Color information

#D16857 (or 0xD16857) is unknown color: approx Roman. HEX triplet: D1, 68 and 57. RGB value is (209,104,87). Sum of RGB (Red+Green+Blue) = 209+104+87=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D16857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16857 is #2E97A8. Grayscale: #858585. Windows color (decimal): -3053481 or 5728465. OLE color: 5728465.

HSL color Cylindrical-coordinate representation of color #D16857: hue angle of 8.36º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16857 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20910487-
CMYK00.500.580.18
HSL8.36º57.01%58.04%-
HSV(B)8.36º58.37%81.96%-
XYZ32.9724.1411.94-
YUV133.46101.79181.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=52.25%
G=26%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091048700.500.580.188.3657.0158.04
HexD168570323A128393a
Octal3211501270627222107172
Binary11010001110100010101110110010111010100101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16857; }

 p { color: rgb(209,104,87); }

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

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

 a { background-color: rgb(209,104,87); }

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

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

 span { border-color: rgb(209,104,87); }

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