#D85F55

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

Shades of Roman #D85F55

Tints of Roman #D85F55

Color information

#D85F55 (or 0xD85F55) is unknown color: approx Roman. HEX triplet: D8, 5F and 55. RGB value is (216,95,85). Sum of RGB (Red+Green+Blue) = 216+95+85=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F55 is #27A0AA. Grayscale: #828282. Windows color (decimal): -2597035 or 5595096. OLE color: 5595096.

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

Color convert

RGB2169585-
CMYK00.560.610.15
HSL4.58º62.68%59.02%-
HSV(B)4.58º60.65%84.71%-
XYZ34.0523.4411.32-
YUV130.04102.59189.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=54.55%
G=23.99%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216958500.560.610.154.5862.6859.02
HexD85F550383DF53f3b
Octal330137125070751757773
Binary110110001011111101010101110001111011111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F55; }

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

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

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

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

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

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

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

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