#D0A08D

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

Shades of Rose #D0A08D

Tints of Rose #D0A08D

Color information

#D0A08D (or 0xD0A08D) is unknown color: approx Rose. HEX triplet: D0, A0 and 8D. RGB value is (208,160,141). Sum of RGB (Red+Green+Blue) = 208+160+141=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A08D is #2F5F72. Grayscale: #ACACAC. Windows color (decimal): -3104627 or 9281744. OLE color: 9281744.

HSL color Cylindrical-coordinate representation of color #D0A08D: hue angle of 17.01º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A08D is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208160141-
CMYK00.230.320.18
HSL17.01º41.61%68.43%-
HSV(B)17.01º32.21%81.57%-
XYZ43.3940.4730.72-
YUV172.19110.4153.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=40.86%
G=31.43%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816014100.230.320.1817.0141.6168.43
HexD0A08D0172012112a44
Octal32024021502740222152104
Binary11010000101000001000110101011110000010010100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A08D; }

 p { color: rgb(208,160,141); }

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

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

 a { background-color: rgb(208,160,141); }

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

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

 span { border-color: rgb(208,160,141); }

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