#D86355

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

Shades of Roman #D86355

Tints of Roman #D86355

Color information

#D86355 (or 0xD86355) is unknown color: approx Roman. HEX triplet: D8, 63 and 55. RGB value is (216,99,85). Sum of RGB (Red+Green+Blue) = 216+99+85=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86355 is #279CAA. Grayscale: #848484. Windows color (decimal): -2596011 or 5596120. OLE color: 5596120.

HSL color Cylindrical-coordinate representation of color #D86355: hue angle of 6.41º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D86355 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2169985-
CMYK00.540.610.15
HSL6.41º62.68%59.02%-
HSV(B)6.41º60.65%84.71%-
XYZ34.4224.1811.45-
YUV132.39101.26187.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=54%
G=24.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216998500.540.610.156.4162.6859.02
HexD863550363DF63f3b
Octal330143125066751767773
Binary110110001100011101010101101101111011111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86355; }

 p { color: rgb(216,99,85); }

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

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

 a { background-color: rgb(216,99,85); }

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

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

 span { border-color: rgb(216,99,85); }

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