#D6A490

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

Shades of Rose #D6A490

Tints of Rose #D6A490

Color information

#D6A490 (or 0xD6A490) is unknown color: approx Rose. HEX triplet: D6, A4 and 90. RGB value is (214,164,144). Sum of RGB (Red+Green+Blue) = 214+164+144=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A490 is #295B6F. Grayscale: #B0B0B0. Windows color (decimal): -2710384 or 9479382. OLE color: 9479382.

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

Color convert

RGB214164144-
CMYK00.230.330.16
HSL17.14º46.05%70.2%-
HSV(B)17.14º32.71%83.92%-
XYZ46.0442.8632.23-
YUV176.67109.56154.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=41.00%
G=31.42%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416414400.230.330.1617.1446.0570.2
HexD6A4900172110112e46
Octal32624422002741202156106
Binary11010110101001001001000001011110000110000100011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A490; }

 p { color: rgb(214,164,144); }

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

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

 a { background-color: rgb(214,164,144); }

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

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

 span { border-color: rgb(214,164,144); }

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