#D0685D

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

Shades of Roman #D0685D

Tints of Roman #D0685D

Color information

#D0685D (or 0xD0685D) is unknown color: approx Roman. HEX triplet: D0, 68 and 5D. RGB value is (208,104,93). Sum of RGB (Red+Green+Blue) = 208+104+93=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0685D is #2F97A2. Grayscale: #858585. Windows color (decimal): -3119011 or 6121680. OLE color: 6121680.

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

Color convert

RGB20810493-
CMYK00.50.550.18
HSL5.74º55.02%59.02%-
HSV(B)5.74º55.29%81.57%-
XYZ32.9424.113.27-
YUV133.84104.96180.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.36%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=51.36%
G=25.68%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081049300.50.550.185.7455.0259.02
HexD0685D03237126373b
Octal320150135062672266773
Binary1101000011010001011101011001011011110010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0685D; }

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

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

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

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

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

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

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

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