Shades of Tonys Pink #DA9A86
Tints of Tonys Pink #DA9A86
RGB
CMYK
RGB Variations
Color information
#DA9A86 (or 0xDA9A86) is known color: Tonys Pink. HEX triplet: DA, 9A and 86. RGB value is (218,154,134). Sum of RGB (Red+Green+Blue) = 218+154+134=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A86 is #256579. Grayscale: #ABABAB. Windows color (decimal): -2450810 or 8821466. OLE color: 8821466.
HSL color Cylindrical-coordinate representation of color #DA9A86: hue angle of 14.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA9A86 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 134 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.15 |
| HSL | 14.29º | 0.53% | 0.69% | - |
| HSV(B) | 14.29º | 0.39% | 0.85% | - |
| XYZ | 44.77 | 39.74 | 27.86 | - |
| YUV | 170.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 134 | 0 | 0.29 | 0.39 | 0.15 | 14.29 | 0.53 | 0.69 |
| Hex | DA | 9A | 86 | 0 | 1D | 27 | F | E | 35 | 45 |
| Octal | 332 | 232 | 206 | 0 | 35 | 47 | 17 | 16 | 65 | 105 |
| Binary | 11011010 | 10011010 | 10000110 | 0 | 11101 | 100111 | 1111 | 1110 | 110101 | 1000101 |
Color Harmonies of #DA9A86
Complementary color
Monochromatic Colors of #DA9A86
Black with #DA9A86
Text Example
Text Example
White with #DA9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A86; }
p { color: rgb(218,154,134); }
H1.HeaderClassName
{
color: #DA9A86;
}
.AnyTagClassName
{
color: #DA9A86;
}
</style>
background-color css
<style>
a { background-color: #DA9A86; }
a { background-color: rgb(218,154,134); }
div.DivClassName
{
background-color: #DA9A86;
}
.BgClassName
{
background-color: #DA9A86;
}
</style>
border-color css
<style>
span { border-color: #DA9A86; }
span { border-color: rgb(218,154,134); }
td.TdClassName
{
border-color: #DA9A86;
}
.TagClassName
{
border-color: #DA9A86;
}
</style>