Shades of Rose #D4A68D
Tints of Rose #D4A68D
RGB
CMYK
RGB Variations
Color information
#D4A68D (or 0xD4A68D) is known color: Rose. HEX triplet: D4, A6 and 8D. RGB value is (212,166,141). Sum of RGB (Red+Green+Blue) = 212+166+141=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A68D is #2B5972. Grayscale: #B1B1B1. Windows color (decimal): -2840947 or 9283284. OLE color: 9283284.
HSL color Cylindrical-coordinate representation of color #D4A68D: hue angle of 21.13º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A68D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 141 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.17 |
| HSL | 21.13º | 0.45% | 0.69% | - |
| HSV(B) | 21.13º | 0.33% | 0.83% | - |
| XYZ | 45.6 | 43.19 | 31.13 | - |
| YUV | 176.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 141 | 0 | 0.22 | 0.33 | 0.17 | 21.13 | 0.45 | 0.69 |
| Hex | D4 | A6 | 8D | 0 | 16 | 21 | 11 | 15 | 2D | 45 |
| Octal | 324 | 246 | 215 | 0 | 26 | 41 | 21 | 25 | 55 | 105 |
| Binary | 11010100 | 10100110 | 10001101 | 0 | 10110 | 100001 | 10001 | 10101 | 101101 | 1000101 |
Color Harmonies of #D4A68D
Complementary color
Monochromatic Colors of #D4A68D
Black with #D4A68D
Text Example
Text Example
White with #D4A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A68D; }
p { color: rgb(212,166,141); }
H1.HeaderClassName
{
color: #D4A68D;
}
.AnyTagClassName
{
color: #D4A68D;
}
</style>
background-color css
<style>
a { background-color: #D4A68D; }
a { background-color: rgb(212,166,141); }
div.DivClassName
{
background-color: #D4A68D;
}
.BgClassName
{
background-color: #D4A68D;
}
</style>
border-color css
<style>
span { border-color: #D4A68D; }
span { border-color: rgb(212,166,141); }
td.TdClassName
{
border-color: #D4A68D;
}
.TagClassName
{
border-color: #D4A68D;
}
</style>