#d06a5d

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

Shades of Roman #D06A5D

Tints of Roman #D06A5D

Color information

#D06A5D (or 0xD06A5D) is unknown color: approx Roman. HEX triplet: D0, 6A and 5D. RGB value is (208,106,93). Sum of RGB (Red+Green+Blue) = 208+106+93=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A5D is #2F95A2. Grayscale: #878787. Windows color (decimal): -3118499 or 6122192. OLE color: 6122192.

HSL color Cylindrical-coordinate representation of color #D06A5D: hue angle of 6.78º 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 #D06A5D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20810693-
CMYK00.490.550.18
HSL6.78º55.02%59.02%-
HSV(B)6.78º55.29%81.57%-
XYZ33.1424.5113.34-
YUV135.02104.29180.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=51.11%
G=26.04%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081069300.490.550.186.7855.0259.02
HexD06A5D03137127373b
Octal320152135061672276773
Binary1101000011010101011101011000111011110010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06a5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06a5d; }

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

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

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

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

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

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

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

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