#D0A58E

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

Shades of Rose #D0A58E

Tints of Rose #D0A58E

Color information

#D0A58E (or 0xD0A58E) is unknown color: approx Rose. HEX triplet: D0, A5 and 8E. RGB value is (208,165,142). Sum of RGB (Red+Green+Blue) = 208+165+142=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A58E is #2F5A71. Grayscale: #AFAFAF. Windows color (decimal): -3103346 or 9348560. OLE color: 9348560.

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

Color convert

RGB208165142-
CMYK00.210.320.18
HSL20.91º41.25%68.63%-
HSV(B)20.91º31.73%81.57%-
XYZ44.3542.2731.41-
YUV175.24109.25151.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=40.39%
G=32.04%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816514200.210.320.1820.9141.2568.63
HexD0A58E0152012152945
Octal32024521602540222551105
Binary11010000101001011000111001010110000010010101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A58E; }

 p { color: rgb(208,165,142); }

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

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

 a { background-color: rgb(208,165,142); }

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

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

 span { border-color: rgb(208,165,142); }

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