Shades of Rose #D4A694
Tints of Rose #D4A694
RGB
CMYK
RGB Variations
Color information
#D4A694 (or 0xD4A694) is known color: Rose. HEX triplet: D4, A6 and 94. RGB value is (212,166,148). Sum of RGB (Red+Green+Blue) = 212+166+148=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A694 is #2B596B. Grayscale: #B1B1B1. Windows color (decimal): -2840940 or 9742036. OLE color: 9742036.
HSL color Cylindrical-coordinate representation of color #D4A694: hue angle of 16.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A694 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 148 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.17 |
| HSL | 16.88º | 0.43% | 0.71% | - |
| HSV(B) | 16.88º | 0.3% | 0.83% | - |
| XYZ | 46.13 | 43.41 | 33.96 | - |
| YUV | 177.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 148 | 0 | 0.22 | 0.30 | 0.17 | 16.88 | 0.43 | 0.71 |
| Hex | D4 | A6 | 94 | 0 | 16 | 1E | 11 | 11 | 2B | 47 |
| Octal | 324 | 246 | 224 | 0 | 26 | 36 | 21 | 21 | 53 | 107 |
| Binary | 11010100 | 10100110 | 10010100 | 0 | 10110 | 11110 | 10001 | 10001 | 101011 | 1000111 |
Color Harmonies of #D4A694
Complementary color
Monochromatic Colors of #D4A694
Black with #D4A694
Text Example
Text Example
White with #D4A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A694; }
p { color: rgb(212,166,148); }
H1.HeaderClassName
{
color: #D4A694;
}
.AnyTagClassName
{
color: #D4A694;
}
</style>
background-color css
<style>
a { background-color: #D4A694; }
a { background-color: rgb(212,166,148); }
div.DivClassName
{
background-color: #D4A694;
}
.BgClassName
{
background-color: #D4A694;
}
</style>
border-color css
<style>
span { border-color: #D4A694; }
span { border-color: rgb(212,166,148); }
td.TdClassName
{
border-color: #D4A694;
}
.TagClassName
{
border-color: #D4A694;
}
</style>