#D86257

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

Shades of Roman #D86257

Tints of Roman #D86257

Color information

#D86257 (or 0xD86257) is unknown color: approx Roman. HEX triplet: D8, 62 and 57. RGB value is (216,98,87). Sum of RGB (Red+Green+Blue) = 216+98+87=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D86257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86257 is #279DA8. Grayscale: #848484. Windows color (decimal): -2596265 or 5726936. OLE color: 5726936.

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

Color convert

RGB2169887-
CMYK00.550.600.15
HSL5.12º62.32%59.41%-
HSV(B)5.12º59.72%84.71%-
XYZ34.4124.0211.84-
YUV132.03102.59187.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.87%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=53.87%
G=24.44%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216988700.550.600.155.1262.3259.41
HexD862570373CF53e3b
Octal330142127067741757673
Binary110110001100010101011101101111111001111101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86257; }

 p { color: rgb(216,98,87); }

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

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

 a { background-color: rgb(216,98,87); }

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

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

 span { border-color: rgb(216,98,87); }

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