Shades of Rose #D4A58C
Tints of Rose #D4A58C
RGB
CMYK
RGB Variations
Color information
#D4A58C (or 0xD4A58C) is known color: Rose. HEX triplet: D4, A5 and 8C. RGB value is (212,165,140). Sum of RGB (Red+Green+Blue) = 212+165+140=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A58C is #2B5A73. Grayscale: #B0B0B0. Windows color (decimal): -2841204 or 9217492. OLE color: 9217492.
HSL color Cylindrical-coordinate representation of color #D4A58C: hue angle of 20.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A58C is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 140 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.17 |
| HSL | 20.83º | 0.46% | 0.69% | - |
| HSV(B) | 20.83º | 0.34% | 0.83% | - |
| XYZ | 45.34 | 42.8 | 30.68 | - |
| YUV | 176.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 140 | 0 | 0.22 | 0.34 | 0.17 | 20.83 | 0.46 | 0.69 |
| Hex | D4 | A5 | 8C | 0 | 16 | 22 | 11 | 15 | 2E | 45 |
| Octal | 324 | 245 | 214 | 0 | 26 | 42 | 21 | 25 | 56 | 105 |
| Binary | 11010100 | 10100101 | 10001100 | 0 | 10110 | 100010 | 10001 | 10101 | 101110 | 1000101 |
Color Harmonies of #D4A58C
Complementary color
Monochromatic Colors of #D4A58C
Black with #D4A58C
Text Example
Text Example
White with #D4A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A58C; }
p { color: rgb(212,165,140); }
H1.HeaderClassName
{
color: #D4A58C;
}
.AnyTagClassName
{
color: #D4A58C;
}
</style>
background-color css
<style>
a { background-color: #D4A58C; }
a { background-color: rgb(212,165,140); }
div.DivClassName
{
background-color: #D4A58C;
}
.BgClassName
{
background-color: #D4A58C;
}
</style>
border-color css
<style>
span { border-color: #D4A58C; }
span { border-color: rgb(212,165,140); }
td.TdClassName
{
border-color: #D4A58C;
}
.TagClassName
{
border-color: #D4A58C;
}
</style>