#D86758

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

Shades of Roman #D86758

Tints of Roman #D86758

Color information

#D86758 (or 0xD86758) is unknown color: approx Roman. HEX triplet: D8, 67 and 58. RGB value is (216,103,88). Sum of RGB (Red+Green+Blue) = 216+103+88=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D86758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86758 is #2798A7. Grayscale: #878787. Windows color (decimal): -2594984 or 5793752. OLE color: 5793752.

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

Color convert

RGB21610388-
CMYK00.520.590.15
HSL7.03º62.14%59.61%-
HSV(B)7.03º59.26%84.71%-
XYZ34.932512.22-
YUV135.08101.44185.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.07%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=53.07%
G=25.31%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161038800.520.590.157.0362.1459.61
HexD867580343BF73e3c
Octal330147130064731777674
Binary110110001100111101100001101001110111111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86758; }

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

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

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

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

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

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

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

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