#D5A48C

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

Shades of Rose #D5A48C

Tints of Rose #D5A48C

Color information

#D5A48C (or 0xD5A48C) is unknown color: approx Rose. HEX triplet: D5, A4 and 8C. RGB value is (213,164,140). Sum of RGB (Red+Green+Blue) = 213+164+140=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A48C is #2A5B73. Grayscale: #B0B0B0. Windows color (decimal): -2775924 or 9217237. OLE color: 9217237.

HSL color Cylindrical-coordinate representation of color #D5A48C: hue angle of 19.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A48C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213164140-
CMYK00.230.340.16
HSL19.73º46.5%69.22%-
HSV(B)19.73º34.27%83.53%-
XYZ45.4542.5930.64-
YUV175.92107.73154.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=41.20%
G=31.72%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316414000.230.340.1619.7346.569.22
HexD5A48C0172210142e45
Octal32524421402742202456105
Binary11010101101001001000110001011110001010000101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A48C; }

 p { color: rgb(213,164,140); }

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

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

 a { background-color: rgb(213,164,140); }

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

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

 span { border-color: rgb(213,164,140); }

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