Shades of Rose #D6A18F
Tints of Rose #D6A18F
RGB
CMYK
RGB Variations
Color information
#D6A18F (or 0xD6A18F) is known color: Rose. HEX triplet: D6, A1 and 8F. RGB value is (214,161,143). Sum of RGB (Red+Green+Blue) = 214+161+143=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A18F is #295E70. Grayscale: #AEAEAE. Windows color (decimal): -2711153 or 9413078. OLE color: 9413078.
HSL color Cylindrical-coordinate representation of color #D6A18F: hue angle of 15.21º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6A18F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 143 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.16 |
| HSL | 15.21º | 0.46% | 0.7% | - |
| HSV(B) | 15.21º | 0.33% | 0.84% | - |
| XYZ | 45.43 | 41.77 | 31.65 | - |
| YUV | 174.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 143 | 0 | 0.25 | 0.33 | 0.16 | 15.21 | 0.46 | 0.7 |
| Hex | D6 | A1 | 8F | 0 | 19 | 21 | 10 | F | 2E | 46 |
| Octal | 326 | 241 | 217 | 0 | 31 | 41 | 20 | 17 | 56 | 106 |
| Binary | 11010110 | 10100001 | 10001111 | 0 | 11001 | 100001 | 10000 | 1111 | 101110 | 1000110 |
Color Harmonies of #D6A18F
Complementary color
Monochromatic Colors of #D6A18F
Black with #D6A18F
Text Example
Text Example
White with #D6A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A18F; }
p { color: rgb(214,161,143); }
H1.HeaderClassName
{
color: #D6A18F;
}
.AnyTagClassName
{
color: #D6A18F;
}
</style>
background-color css
<style>
a { background-color: #D6A18F; }
a { background-color: rgb(214,161,143); }
div.DivClassName
{
background-color: #D6A18F;
}
.BgClassName
{
background-color: #D6A18F;
}
</style>
border-color css
<style>
span { border-color: #D6A18F; }
span { border-color: rgb(214,161,143); }
td.TdClassName
{
border-color: #D6A18F;
}
.TagClassName
{
border-color: #D6A18F;
}
</style>