Shades of Rose #D6A28D
Tints of Rose #D6A28D
RGB
CMYK
RGB Variations
Color information
#D6A28D (or 0xD6A28D) is known color: Rose. HEX triplet: D6, A2 and 8D. RGB value is (214,162,141). Sum of RGB (Red+Green+Blue) = 214+162+141=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A28D is #295D72. Grayscale: #AFAFAF. Windows color (decimal): -2710899 or 9282262. OLE color: 9282262.
HSL color Cylindrical-coordinate representation of color #D6A28D: hue angle of 17.26º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6A28D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 162 | 141 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.16 |
| HSL | 17.26º | 0.47% | 0.7% | - |
| HSV(B) | 17.26º | 0.34% | 0.84% | - |
| XYZ | 45.46 | 42.06 | 30.92 | - |
| YUV | 175.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 141 | 0 | 0.24 | 0.34 | 0.16 | 17.26 | 0.47 | 0.7 |
| Hex | D6 | A2 | 8D | 0 | 18 | 22 | 10 | 11 | 2F | 46 |
| Octal | 326 | 242 | 215 | 0 | 30 | 42 | 20 | 21 | 57 | 106 |
| Binary | 11010110 | 10100010 | 10001101 | 0 | 11000 | 100010 | 10000 | 10001 | 101111 | 1000110 |
Color Harmonies of #D6A28D
Complementary color
Monochromatic Colors of #D6A28D
Black with #D6A28D
Text Example
Text Example
White with #D6A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A28D; }
p { color: rgb(214,162,141); }
H1.HeaderClassName
{
color: #D6A28D;
}
.AnyTagClassName
{
color: #D6A28D;
}
</style>
background-color css
<style>
a { background-color: #D6A28D; }
a { background-color: rgb(214,162,141); }
div.DivClassName
{
background-color: #D6A28D;
}
.BgClassName
{
background-color: #D6A28D;
}
</style>
border-color css
<style>
span { border-color: #D6A28D; }
span { border-color: rgb(214,162,141); }
td.TdClassName
{
border-color: #D6A28D;
}
.TagClassName
{
border-color: #D6A28D;
}
</style>