Shades of Rose #D6A68F
Tints of Rose #D6A68F
RGB
CMYK
RGB Variations
Color information
#D6A68F (or 0xD6A68F) is known color: Rose. HEX triplet: D6, A6 and 8F. RGB value is (214,166,143). Sum of RGB (Red+Green+Blue) = 214+166+143=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A68F is #295970. Grayscale: #B1B1B1. Windows color (decimal): -2709873 or 9414358. OLE color: 9414358.
HSL color Cylindrical-coordinate representation of color #D6A68F: hue angle of 19.44º 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 #D6A68F is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 143 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.16 |
| HSL | 19.44º | 0.46% | 0.7% | - |
| HSV(B) | 19.44º | 0.33% | 0.84% | - |
| XYZ | 46.33 | 43.55 | 31.95 | - |
| YUV | 177.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 143 | 0 | 0.22 | 0.33 | 0.16 | 19.44 | 0.46 | 0.7 |
| Hex | D6 | A6 | 8F | 0 | 16 | 21 | 10 | 13 | 2E | 46 |
| Octal | 326 | 246 | 217 | 0 | 26 | 41 | 20 | 23 | 56 | 106 |
| Binary | 11010110 | 10100110 | 10001111 | 0 | 10110 | 100001 | 10000 | 10011 | 101110 | 1000110 |
Color Harmonies of #D6A68F
Complementary color
Monochromatic Colors of #D6A68F
Black with #D6A68F
Text Example
Text Example
White with #D6A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A68F; }
p { color: rgb(214,166,143); }
H1.HeaderClassName
{
color: #D6A68F;
}
.AnyTagClassName
{
color: #D6A68F;
}
</style>
background-color css
<style>
a { background-color: #D6A68F; }
a { background-color: rgb(214,166,143); }
div.DivClassName
{
background-color: #D6A68F;
}
.BgClassName
{
background-color: #D6A68F;
}
</style>
border-color css
<style>
span { border-color: #D6A68F; }
span { border-color: rgb(214,166,143); }
td.TdClassName
{
border-color: #D6A68F;
}
.TagClassName
{
border-color: #D6A68F;
}
</style>