Shades of Rose #D4A08C
Tints of Rose #D4A08C
RGB
CMYK
RGB Variations
Color information
#D4A08C (or 0xD4A08C) is known color: Rose. HEX triplet: D4, A0 and 8C. RGB value is (212,160,140). Sum of RGB (Red+Green+Blue) = 212+160+140=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A08C is #2B5F73. Grayscale: #ADADAD. Windows color (decimal): -2842484 or 9216212. OLE color: 9216212.
HSL color Cylindrical-coordinate representation of color #D4A08C: hue angle of 16.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A08C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 140 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.17 |
| HSL | 16.67º | 0.46% | 0.69% | - |
| HSV(B) | 16.67º | 0.34% | 0.83% | - |
| XYZ | 44.46 | 41.03 | 30.39 | - |
| YUV | 173.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 140 | 0 | 0.25 | 0.34 | 0.17 | 16.67 | 0.46 | 0.69 |
| Hex | D4 | A0 | 8C | 0 | 19 | 22 | 11 | 11 | 2E | 45 |
| Octal | 324 | 240 | 214 | 0 | 31 | 42 | 21 | 21 | 56 | 105 |
| Binary | 11010100 | 10100000 | 10001100 | 0 | 11001 | 100010 | 10001 | 10001 | 101110 | 1000101 |
Color Harmonies of #D4A08C
Complementary color
Monochromatic Colors of #D4A08C
Black with #D4A08C
Text Example
Text Example
White with #D4A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A08C; }
p { color: rgb(212,160,140); }
H1.HeaderClassName
{
color: #D4A08C;
}
.AnyTagClassName
{
color: #D4A08C;
}
</style>
background-color css
<style>
a { background-color: #D4A08C; }
a { background-color: rgb(212,160,140); }
div.DivClassName
{
background-color: #D4A08C;
}
.BgClassName
{
background-color: #D4A08C;
}
</style>
border-color css
<style>
span { border-color: #D4A08C; }
span { border-color: rgb(212,160,140); }
td.TdClassName
{
border-color: #D4A08C;
}
.TagClassName
{
border-color: #D4A08C;
}
</style>