Shades of Rose #D4A48E
Tints of Rose #D4A48E
RGB
CMYK
RGB Variations
Color information
#D4A48E (or 0xD4A48E) is known color: Rose. HEX triplet: D4, A4 and 8E. RGB value is (212,164,142). Sum of RGB (Red+Green+Blue) = 212+164+142=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A48E is #2B5B71. Grayscale: #AFAFAF. Windows color (decimal): -2841458 or 9348308. OLE color: 9348308.
HSL color Cylindrical-coordinate representation of color #D4A48E: hue angle of 18.86º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A48E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 142 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.17 |
| HSL | 18.86º | 0.45% | 0.69% | - |
| HSV(B) | 18.86º | 0.33% | 0.83% | - |
| XYZ | 45.31 | 42.5 | 31.41 | - |
| YUV | 175.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 142 | 0 | 0.23 | 0.33 | 0.17 | 18.86 | 0.45 | 0.69 |
| Hex | D4 | A4 | 8E | 0 | 17 | 21 | 11 | 13 | 2D | 45 |
| Octal | 324 | 244 | 216 | 0 | 27 | 41 | 21 | 23 | 55 | 105 |
| Binary | 11010100 | 10100100 | 10001110 | 0 | 10111 | 100001 | 10001 | 10011 | 101101 | 1000101 |
Color Harmonies of #D4A48E
Complementary color
Monochromatic Colors of #D4A48E
Black with #D4A48E
Text Example
Text Example
White with #D4A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A48E; }
p { color: rgb(212,164,142); }
H1.HeaderClassName
{
color: #D4A48E;
}
.AnyTagClassName
{
color: #D4A48E;
}
</style>
background-color css
<style>
a { background-color: #D4A48E; }
a { background-color: rgb(212,164,142); }
div.DivClassName
{
background-color: #D4A48E;
}
.BgClassName
{
background-color: #D4A48E;
}
</style>
border-color css
<style>
span { border-color: #D4A48E; }
span { border-color: rgb(212,164,142); }
td.TdClassName
{
border-color: #D4A48E;
}
.TagClassName
{
border-color: #D4A48E;
}
</style>