#D0685B

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

Shades of Roman #D0685B

Tints of Roman #D0685B

Color information

#D0685B (or 0xD0685B) is unknown color: approx Roman. HEX triplet: D0, 68 and 5B. RGB value is (208,104,91). Sum of RGB (Red+Green+Blue) = 208+104+91=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0685B is #2F97A4. Grayscale: #858585. Windows color (decimal): -3119013 or 5990608. OLE color: 5990608.

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

Color convert

RGB20810491-
CMYK00.50.560.18
HSL6.67º55.45%58.63%-
HSV(B)6.67º56.25%81.57%-
XYZ32.8524.0712.81-
YUV133.61103.96181.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=51.61%
G=25.81%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081049100.50.560.186.6755.4558.63
HexD0685B03238127373b
Octal320150133062702276773
Binary1101000011010001011011011001011100010010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0685B; }

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

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

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

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

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

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

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

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