#D0685F

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

Shades of Roman #D0685F

Tints of Roman #D0685F

Color information

#D0685F (or 0xD0685F) is unknown color: approx Roman. HEX triplet: D0, 68 and 5F. RGB value is (208,104,95). Sum of RGB (Red+Green+Blue) = 208+104+95=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0685F is #2F97A0. Grayscale: #868686. Windows color (decimal): -3119009 or 6252752. OLE color: 6252752.

HSL color Cylindrical-coordinate representation of color #D0685F: hue angle of 4.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0685F is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20810495-
CMYK00.50.540.18
HSL4.78º54.59%59.41%-
HSV(B)4.78º54.33%81.57%-
XYZ33.0324.1413.74-
YUV134.07105.96180.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=51.11%
G=25.55%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081049500.50.540.184.7854.5959.41
HexD0685F03236125373b
Octal320150137062662256773
Binary1101000011010001011111011001011011010010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0685F; }

 p { color: rgb(208,104,95); }

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

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

 a { background-color: rgb(208,104,95); }

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

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

 span { border-color: rgb(208,104,95); }

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