Shades of Rose #D69B85
Tints of Rose #D69B85
RGB
CMYK
RGB Variations
Color information
#D69B85 (or 0xD69B85) is known color: Rose. HEX triplet: D6, 9B and 85. RGB value is (214,155,133). Sum of RGB (Red+Green+Blue) = 214+155+133=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B85 is #29647A. Grayscale: #AAAAAA. Windows color (decimal): -2712699 or 8756182. OLE color: 8756182.
HSL color Cylindrical-coordinate representation of color #D69B85: hue angle of 16.3º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69B85 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 133 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.16 |
| HSL | 16.3º | 0.5% | 0.68% | - |
| HSV(B) | 16.3º | 0.38% | 0.84% | - |
| XYZ | 43.69 | 39.43 | 27.5 | - |
| YUV | 170.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 133 | 0 | 0.28 | 0.38 | 0.16 | 16.3 | 0.5 | 0.68 |
| Hex | D6 | 9B | 85 | 0 | 1C | 26 | 10 | 10 | 32 | 44 |
| Octal | 326 | 233 | 205 | 0 | 34 | 46 | 20 | 20 | 62 | 104 |
| Binary | 11010110 | 10011011 | 10000101 | 0 | 11100 | 100110 | 10000 | 10000 | 110010 | 1000100 |
Color Harmonies of #D69B85
Complementary color
Monochromatic Colors of #D69B85
Black with #D69B85
Text Example
Text Example
White with #D69B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B85; }
p { color: rgb(214,155,133); }
H1.HeaderClassName
{
color: #D69B85;
}
.AnyTagClassName
{
color: #D69B85;
}
</style>
background-color css
<style>
a { background-color: #D69B85; }
a { background-color: rgb(214,155,133); }
div.DivClassName
{
background-color: #D69B85;
}
.BgClassName
{
background-color: #D69B85;
}
</style>
border-color css
<style>
span { border-color: #D69B85; }
span { border-color: rgb(214,155,133); }
td.TdClassName
{
border-color: #D69B85;
}
.TagClassName
{
border-color: #D69B85;
}
</style>