Shades of Rose #D9A68F
Tints of Rose #D9A68F
RGB
CMYK
RGB Variations
Color information
#D9A68F (or 0xD9A68F) is known color: Rose. HEX triplet: D9, A6 and 8F. RGB value is (217,166,143). Sum of RGB (Red+Green+Blue) = 217+166+143=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A68F is #265970. Grayscale: #B2B2B2. Windows color (decimal): -2513265 or 9414361. OLE color: 9414361.
HSL color Cylindrical-coordinate representation of color #D9A68F: hue angle of 18.65º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A68F is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 143 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.15 |
| HSL | 18.65º | 0.49% | 0.71% | - |
| HSV(B) | 18.65º | 0.34% | 0.85% | - |
| XYZ | 47.21 | 44.01 | 31.99 | - |
| YUV | 178.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 143 | 0 | 0.24 | 0.34 | 0.15 | 18.65 | 0.49 | 0.71 |
| Hex | D9 | A6 | 8F | 0 | 18 | 22 | F | 13 | 31 | 47 |
| Octal | 331 | 246 | 217 | 0 | 30 | 42 | 17 | 23 | 61 | 107 |
| Binary | 11011001 | 10100110 | 10001111 | 0 | 11000 | 100010 | 1111 | 10011 | 110001 | 1000111 |
Color Harmonies of #D9A68F
Complementary color
Monochromatic Colors of #D9A68F
Black with #D9A68F
Text Example
Text Example
White with #D9A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A68F; }
p { color: rgb(217,166,143); }
H1.HeaderClassName
{
color: #D9A68F;
}
.AnyTagClassName
{
color: #D9A68F;
}
</style>
background-color css
<style>
a { background-color: #D9A68F; }
a { background-color: rgb(217,166,143); }
div.DivClassName
{
background-color: #D9A68F;
}
.BgClassName
{
background-color: #D9A68F;
}
</style>
border-color css
<style>
span { border-color: #D9A68F; }
span { border-color: rgb(217,166,143); }
td.TdClassName
{
border-color: #D9A68F;
}
.TagClassName
{
border-color: #D9A68F;
}
</style>