#D5A794

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

Shades of Rose #D5A794

Tints of Rose #D5A794

Color information

#D5A794 (or 0xD5A794) is unknown color: approx Rose. HEX triplet: D5, A7 and 94. RGB value is (213,167,148). Sum of RGB (Red+Green+Blue) = 213+167+148=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A794 is #2A586B. Grayscale: #B2B2B2. Windows color (decimal): -2775148 or 9742293. OLE color: 9742293.

HSL color Cylindrical-coordinate representation of color #D5A794: hue angle of 17.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A794 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213167148-
CMYK00.220.310.16
HSL17.54º43.62%70.78%-
HSV(B)17.54º30.52%83.53%-
XYZ46.643.9234.04-
YUV178.59110.74152.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=40.34%
G=31.63%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316714800.220.310.1617.5443.6270.78
HexD5A7940161F10122c47
Octal32524722402637202254107
Binary1101010110100111100101000101101111110000100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A794; }

 p { color: rgb(213,167,148); }

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

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

 a { background-color: rgb(213,167,148); }

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

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

 span { border-color: rgb(213,167,148); }

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