Shades of Rose #D4A18B
Tints of Rose #D4A18B
RGB
CMYK
RGB Variations
Color information
#D4A18B (or 0xD4A18B) is known color: Rose. HEX triplet: D4, A1 and 8B. RGB value is (212,161,139). Sum of RGB (Red+Green+Blue) = 212+161+139=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A18B is #2B5E74. Grayscale: #ADADAD. Windows color (decimal): -2842229 or 9150932. OLE color: 9150932.
HSL color Cylindrical-coordinate representation of color #D4A18B: hue angle of 18.08º 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 #D4A18B is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 139 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.17 |
| HSL | 18.08º | 0.46% | 0.69% | - |
| HSV(B) | 18.08º | 0.34% | 0.83% | - |
| XYZ | 44.56 | 41.35 | 30.06 | - |
| YUV | 173.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 139 | 0 | 0.24 | 0.34 | 0.17 | 18.08 | 0.46 | 0.69 |
| Hex | D4 | A1 | 8B | 0 | 18 | 22 | 11 | 12 | 2E | 45 |
| Octal | 324 | 241 | 213 | 0 | 30 | 42 | 21 | 22 | 56 | 105 |
| Binary | 11010100 | 10100001 | 10001011 | 0 | 11000 | 100010 | 10001 | 10010 | 101110 | 1000101 |
Color Harmonies of #D4A18B
Complementary color
Monochromatic Colors of #D4A18B
Black with #D4A18B
Text Example
Text Example
White with #D4A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A18B; }
p { color: rgb(212,161,139); }
H1.HeaderClassName
{
color: #D4A18B;
}
.AnyTagClassName
{
color: #D4A18B;
}
</style>
background-color css
<style>
a { background-color: #D4A18B; }
a { background-color: rgb(212,161,139); }
div.DivClassName
{
background-color: #D4A18B;
}
.BgClassName
{
background-color: #D4A18B;
}
</style>
border-color css
<style>
span { border-color: #D4A18B; }
span { border-color: rgb(212,161,139); }
td.TdClassName
{
border-color: #D4A18B;
}
.TagClassName
{
border-color: #D4A18B;
}
</style>