#D0A18D

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

Shades of Rose #D0A18D

Tints of Rose #D0A18D

Color information

#D0A18D (or 0xD0A18D) is unknown color: approx Rose. HEX triplet: D0, A1 and 8D. RGB value is (208,161,141). Sum of RGB (Red+Green+Blue) = 208+161+141=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A18D is #2F5E72. Grayscale: #ACACAC. Windows color (decimal): -3104371 or 9282000. OLE color: 9282000.

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

Color convert

RGB208161141-
CMYK00.230.320.18
HSL17.91º41.61%68.43%-
HSV(B)17.91º32.21%81.57%-
XYZ43.5740.8230.78-
YUV172.77110.07153.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=40.78%
G=31.57%
B=27.65%

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
Decimal20816114100.230.320.1817.9141.6168.43
HexD0A18D0172012122a44
Octal32024121502740222252104
Binary11010000101000011000110101011110000010010100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A18D; }

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

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

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

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

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

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

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

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