Shades of Rose #D8A68E
Tints of Rose #D8A68E
RGB
CMYK
RGB Variations
Color information
#D8A68E (or 0xD8A68E) is known color: Rose. HEX triplet: D8, A6 and 8E. RGB value is (216,166,142). Sum of RGB (Red+Green+Blue) = 216+166+142=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A68E is #275971. Grayscale: #B2B2B2. Windows color (decimal): -2578802 or 9348824. OLE color: 9348824.
HSL color Cylindrical-coordinate representation of color #D8A68E: hue angle of 19.46º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8A68E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 142 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.15 |
| HSL | 19.46º | 0.49% | 0.7% | - |
| HSV(B) | 19.46º | 0.34% | 0.85% | - |
| XYZ | 46.84 | 43.82 | 31.58 | - |
| YUV | 178.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 142 | 0 | 0.23 | 0.34 | 0.15 | 19.46 | 0.49 | 0.7 |
| Hex | D8 | A6 | 8E | 0 | 17 | 22 | F | 13 | 31 | 46 |
| Octal | 330 | 246 | 216 | 0 | 27 | 42 | 17 | 23 | 61 | 106 |
| Binary | 11011000 | 10100110 | 10001110 | 0 | 10111 | 100010 | 1111 | 10011 | 110001 | 1000110 |
Color Harmonies of #D8A68E
Complementary color
Monochromatic Colors of #D8A68E
Black with #D8A68E
Text Example
Text Example
White with #D8A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A68E; }
p { color: rgb(216,166,142); }
H1.HeaderClassName
{
color: #D8A68E;
}
.AnyTagClassName
{
color: #D8A68E;
}
</style>
background-color css
<style>
a { background-color: #D8A68E; }
a { background-color: rgb(216,166,142); }
div.DivClassName
{
background-color: #D8A68E;
}
.BgClassName
{
background-color: #D8A68E;
}
</style>
border-color css
<style>
span { border-color: #D8A68E; }
span { border-color: rgb(216,166,142); }
td.TdClassName
{
border-color: #D8A68E;
}
.TagClassName
{
border-color: #D8A68E;
}
</style>