#D5A690

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

Shades of Rose #D5A690

Tints of Rose #D5A690

Color information

#D5A690 (or 0xD5A690) is unknown color: approx Rose. HEX triplet: D5, A6 and 90. RGB value is (213,166,144). Sum of RGB (Red+Green+Blue) = 213+166+144=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A690 is #2A596F. Grayscale: #B1B1B1. Windows color (decimal): -2775408 or 9479893. OLE color: 9479893.

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

Color convert

RGB213166144-
CMYK00.220.320.16
HSL19.13º45.1%70%-
HSV(B)19.13º32.39%83.53%-
XYZ46.1143.4332.34-
YUV177.54109.07153.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=40.73%
G=31.74%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316614400.220.320.1619.1345.170
HexD5A6900162010132d46
Octal32524622002640202355106
Binary11010101101001101001000001011010000010000100111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A690; }

 p { color: rgb(213,166,144); }

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

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

 a { background-color: rgb(213,166,144); }

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

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

 span { border-color: rgb(213,166,144); }

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