Shades of Rose #DA9C8A
Tints of Rose #DA9C8A
RGB
CMYK
RGB Variations
Color information
#DA9C8A (or 0xDA9C8A) is known color: Rose. HEX triplet: DA, 9C and 8A. RGB value is (218,156,138). Sum of RGB (Red+Green+Blue) = 218+156+138=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C8A is #256375. Grayscale: #ACACAC. Windows color (decimal): -2450294 or 9084122. OLE color: 9084122.
HSL color Cylindrical-coordinate representation of color #DA9C8A: hue angle of 13.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9C8A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 138 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.15 |
| HSL | 13.5º | 0.52% | 0.7% | - |
| HSV(B) | 13.5º | 0.37% | 0.85% | - |
| XYZ | 45.39 | 40.52 | 29.47 | - |
| YUV | 172.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 138 | 0 | 0.28 | 0.37 | 0.15 | 13.5 | 0.52 | 0.7 |
| Hex | DA | 9C | 8A | 0 | 1C | 25 | F | E | 34 | 46 |
| Octal | 332 | 234 | 212 | 0 | 34 | 45 | 17 | 16 | 64 | 106 |
| Binary | 11011010 | 10011100 | 10001010 | 0 | 11100 | 100101 | 1111 | 1110 | 110100 | 1000110 |
Color Harmonies of #DA9C8A
Complementary color
Monochromatic Colors of #DA9C8A
Black with #DA9C8A
Text Example
Text Example
White with #DA9C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C8A; }
p { color: rgb(218,156,138); }
H1.HeaderClassName
{
color: #DA9C8A;
}
.AnyTagClassName
{
color: #DA9C8A;
}
</style>
background-color css
<style>
a { background-color: #DA9C8A; }
a { background-color: rgb(218,156,138); }
div.DivClassName
{
background-color: #DA9C8A;
}
.BgClassName
{
background-color: #DA9C8A;
}
</style>
border-color css
<style>
span { border-color: #DA9C8A; }
span { border-color: rgb(218,156,138); }
td.TdClassName
{
border-color: #DA9C8A;
}
.TagClassName
{
border-color: #DA9C8A;
}
</style>