#D0A48E

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

Shades of Rose #D0A48E

Tints of Rose #D0A48E

Color information

#D0A48E (or 0xD0A48E) is unknown color: approx Rose. HEX triplet: D0, A4 and 8E. RGB value is (208,164,142). Sum of RGB (Red+Green+Blue) = 208+164+142=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A48E is #2F5B71. Grayscale: #AEAEAE. Windows color (decimal): -3103602 or 9348304. OLE color: 9348304.

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

Color convert

RGB208164142-
CMYK00.210.320.18
HSL20º41.25%68.63%-
HSV(B)20º31.73%81.57%-
XYZ44.1741.9131.35-
YUV174.65109.58151.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=40.47%
G=31.91%
B=27.63%

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
Decimal20816414200.210.320.182041.2568.63
HexD0A48E0152012142945
Octal32024421602540222451105
Binary11010000101001001000111001010110000010010101001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A48E; }

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

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

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

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

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

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

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

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