Shades of Rose #D69B8C
Tints of Rose #D69B8C
RGB
CMYK
RGB Variations
Color information
#D69B8C (or 0xD69B8C) is known color: Rose. HEX triplet: D6, 9B and 8C. RGB value is (214,155,140). Sum of RGB (Red+Green+Blue) = 214+155+140=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B8C is #296473. Grayscale: #ABABAB. Windows color (decimal): -2712692 or 9214934. OLE color: 9214934.
HSL color Cylindrical-coordinate representation of color #D69B8C: hue angle of 12.16º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D69B8C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 140 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.16 |
| HSL | 12.16º | 0.47% | 0.69% | - |
| HSV(B) | 12.16º | 0.35% | 0.84% | - |
| XYZ | 44.19 | 39.63 | 30.13 | - |
| YUV | 170.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 140 | 0 | 0.28 | 0.35 | 0.16 | 12.16 | 0.47 | 0.69 |
| Hex | D6 | 9B | 8C | 0 | 1C | 23 | 10 | C | 2F | 45 |
| Octal | 326 | 233 | 214 | 0 | 34 | 43 | 20 | 14 | 57 | 105 |
| Binary | 11010110 | 10011011 | 10001100 | 0 | 11100 | 100011 | 10000 | 1100 | 101111 | 1000101 |
Color Harmonies of #D69B8C
Complementary color
Monochromatic Colors of #D69B8C
Black with #D69B8C
Text Example
Text Example
White with #D69B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B8C; }
p { color: rgb(214,155,140); }
H1.HeaderClassName
{
color: #D69B8C;
}
.AnyTagClassName
{
color: #D69B8C;
}
</style>
background-color css
<style>
a { background-color: #D69B8C; }
a { background-color: rgb(214,155,140); }
div.DivClassName
{
background-color: #D69B8C;
}
.BgClassName
{
background-color: #D69B8C;
}
</style>
border-color css
<style>
span { border-color: #D69B8C; }
span { border-color: rgb(214,155,140); }
td.TdClassName
{
border-color: #D69B8C;
}
.TagClassName
{
border-color: #D69B8C;
}
</style>