Shades of Rose #D4A597
Tints of Rose #D4A597
RGB
CMYK
RGB Variations
Color information
#D4A597 (or 0xD4A597) is known color: Rose. HEX triplet: D4, A5 and 97. RGB value is (212,165,151). Sum of RGB (Red+Green+Blue) = 212+165+151=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A597 is #2B5A68. Grayscale: #B1B1B1. Windows color (decimal): -2841193 or 9938388. OLE color: 9938388.
HSL color Cylindrical-coordinate representation of color #D4A597: hue angle of 13.77º degrees, saturation: 0.41, 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 #D4A597 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 151 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.17 |
| HSL | 13.77º | 0.41% | 0.71% | - |
| HSV(B) | 13.77º | 0.29% | 0.83% | - |
| XYZ | 46.19 | 43.14 | 35.17 | - |
| YUV | 177.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 151 | 0 | 0.22 | 0.29 | 0.17 | 13.77 | 0.41 | 0.71 |
| Hex | D4 | A5 | 97 | 0 | 16 | 1D | 11 | E | 29 | 47 |
| Octal | 324 | 245 | 227 | 0 | 26 | 35 | 21 | 16 | 51 | 107 |
| Binary | 11010100 | 10100101 | 10010111 | 0 | 10110 | 11101 | 10001 | 1110 | 101001 | 1000111 |
Color Harmonies of #D4A597
Complementary color
Monochromatic Colors of #D4A597
Black with #D4A597
Text Example
Text Example
White with #D4A597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A597; }
p { color: rgb(212,165,151); }
H1.HeaderClassName
{
color: #D4A597;
}
.AnyTagClassName
{
color: #D4A597;
}
</style>
background-color css
<style>
a { background-color: #D4A597; }
a { background-color: rgb(212,165,151); }
div.DivClassName
{
background-color: #D4A597;
}
.BgClassName
{
background-color: #D4A597;
}
</style>
border-color css
<style>
span { border-color: #D4A597; }
span { border-color: rgb(212,165,151); }
td.TdClassName
{
border-color: #D4A597;
}
.TagClassName
{
border-color: #D4A597;
}
</style>