Shades of Rose #D4A596
Tints of Rose #D4A596
RGB
CMYK
RGB Variations
Color information
#D4A596 (or 0xD4A596) is known color: Rose. HEX triplet: D4, A5 and 96. RGB value is (212,165,150). Sum of RGB (Red+Green+Blue) = 212+165+150=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A596 is #2B5A69. Grayscale: #B1B1B1. Windows color (decimal): -2841194 or 9872852. OLE color: 9872852.
HSL color Cylindrical-coordinate representation of color #D4A596: hue angle of 14.52º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4A596 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 150 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.17 |
| HSL | 14.52º | 0.42% | 0.71% | - |
| HSV(B) | 14.52º | 0.29% | 0.83% | - |
| XYZ | 46.11 | 43.11 | 34.74 | - |
| YUV | 177.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 150 | 0 | 0.22 | 0.29 | 0.17 | 14.52 | 0.42 | 0.71 |
| Hex | D4 | A5 | 96 | 0 | 16 | 1D | 11 | F | 2A | 47 |
| Octal | 324 | 245 | 226 | 0 | 26 | 35 | 21 | 17 | 52 | 107 |
| Binary | 11010100 | 10100101 | 10010110 | 0 | 10110 | 11101 | 10001 | 1111 | 101010 | 1000111 |
Color Harmonies of #D4A596
Complementary color
Monochromatic Colors of #D4A596
Black with #D4A596
Text Example
Text Example
White with #D4A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A596; }
p { color: rgb(212,165,150); }
H1.HeaderClassName
{
color: #D4A596;
}
.AnyTagClassName
{
color: #D4A596;
}
</style>
background-color css
<style>
a { background-color: #D4A596; }
a { background-color: rgb(212,165,150); }
div.DivClassName
{
background-color: #D4A596;
}
.BgClassName
{
background-color: #D4A596;
}
</style>
border-color css
<style>
span { border-color: #D4A596; }
span { border-color: rgb(212,165,150); }
td.TdClassName
{
border-color: #D4A596;
}
.TagClassName
{
border-color: #D4A596;
}
</style>