Shades of Rose #DBAD9A
Tints of Rose #DBAD9A
RGB
CMYK
RGB Variations
Color information
#DBAD9A (or 0xDBAD9A) is known color: Rose. HEX triplet: DB, AD and 9A. RGB value is (219,173,154). Sum of RGB (Red+Green+Blue) = 219+173+154=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD9A is #245265. Grayscale: #B8B8B8. Windows color (decimal): -2380390 or 10137051. OLE color: 10137051.
HSL color Cylindrical-coordinate representation of color #DBAD9A: hue angle of 17.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAD9A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 154 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.14 |
| HSL | 17.54º | 0.47% | 0.73% | - |
| HSV(B) | 17.54º | 0.3% | 0.86% | - |
| XYZ | 49.99 | 47.28 | 37.06 | - |
| YUV | 184.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 154 | 0 | 0.21 | 0.30 | 0.14 | 17.54 | 0.47 | 0.73 |
| Hex | DB | AD | 9A | 0 | 15 | 1E | E | 12 | 2F | 49 |
| Octal | 333 | 255 | 232 | 0 | 25 | 36 | 16 | 22 | 57 | 111 |
| Binary | 11011011 | 10101101 | 10011010 | 0 | 10101 | 11110 | 1110 | 10010 | 101111 | 1001001 |
Color Harmonies of #DBAD9A
Complementary color
Monochromatic Colors of #DBAD9A
Black with #DBAD9A
Text Example
Text Example
White with #DBAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD9A; }
p { color: rgb(219,173,154); }
H1.HeaderClassName
{
color: #DBAD9A;
}
.AnyTagClassName
{
color: #DBAD9A;
}
</style>
background-color css
<style>
a { background-color: #DBAD9A; }
a { background-color: rgb(219,173,154); }
div.DivClassName
{
background-color: #DBAD9A;
}
.BgClassName
{
background-color: #DBAD9A;
}
</style>
border-color css
<style>
span { border-color: #DBAD9A; }
span { border-color: rgb(219,173,154); }
td.TdClassName
{
border-color: #DBAD9A;
}
.TagClassName
{
border-color: #DBAD9A;
}
</style>