#D86058

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

Shades of Roman #D86058

Tints of Roman #D86058

Color information

#D86058 (or 0xD86058) is unknown color: approx Roman. HEX triplet: D8, 60 and 58. RGB value is (216,96,88). Sum of RGB (Red+Green+Blue) = 216+96+88=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86058 is #279FA7. Grayscale: #838383. Windows color (decimal): -2596776 or 5791960. OLE color: 5791960.

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

Color convert

RGB2169688-
CMYK00.560.590.15
HSL3.75º62.14%59.61%-
HSV(B)3.75º59.26%84.71%-
XYZ34.2623.6712-
YUV130.97103.76188.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 88 (34.77% from 255) = 22%
R=54%
G=24%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216968800.560.590.153.7562.1459.61
HexD860580383BF43e3c
Octal330140130070731747674
Binary110110001100000101100001110001110111111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86058; }

 p { color: rgb(216,96,88); }

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

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

 a { background-color: rgb(216,96,88); }

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

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

 span { border-color: rgb(216,96,88); }

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