#D0A28D

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

Shades of Rose #D0A28D

Tints of Rose #D0A28D

Color information

#D0A28D (or 0xD0A28D) is unknown color: approx Rose. HEX triplet: D0, A2 and 8D. RGB value is (208,162,141). Sum of RGB (Red+Green+Blue) = 208+162+141=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A28D is #2F5D72. Grayscale: #ADADAD. Windows color (decimal): -3104115 or 9282256. OLE color: 9282256.

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

Color convert

RGB208162141-
CMYK00.220.320.18
HSL18.81º41.61%68.43%-
HSV(B)18.81º32.21%81.57%-
XYZ43.7441.1730.84-
YUV173.36109.74152.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=40.70%
G=31.70%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816214100.220.320.1818.8141.6168.43
HexD0A28D0162012132a44
Octal32024221502640222352104
Binary11010000101000101000110101011010000010010100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A28D; }

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

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

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

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

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

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

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

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