#D6A994

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

Shades of Rose #D6A994

Tints of Rose #D6A994

Color information

#D6A994 (or 0xD6A994) is unknown color: approx Rose. HEX triplet: D6, A9 and 94. RGB value is (214,169,148). Sum of RGB (Red+Green+Blue) = 214+169+148=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A994 is #29566B. Grayscale: #B4B4B4. Windows color (decimal): -2709100 or 9742806. OLE color: 9742806.

HSL color Cylindrical-coordinate representation of color #D6A994: hue angle of 19.09º degrees, saturation: 0.45, 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 #D6A994 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214169148-
CMYK00.210.310.16
HSL19.09º44.59%70.98%-
HSV(B)19.09º30.84%83.92%-
XYZ47.2644.8134.18-
YUV180.06109.91152.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=40.30%
G=31.83%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416914800.210.310.1619.0944.5970.98
HexD6A9940151F10132d47
Octal32625122402537202355107
Binary1101011010101001100101000101011111110000100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A994; }

 p { color: rgb(214,169,148); }

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

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

 a { background-color: rgb(214,169,148); }

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

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

 span { border-color: rgb(214,169,148); }

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