Shades of Primrose #D9D792
Tints of Primrose #D9D792
RGB
CMYK
RGB Variations
Color information
#D9D792 (or 0xD9D792) is known color: Primrose. HEX triplet: D9, D7 and 92. RGB value is (217,215,146). Sum of RGB (Red+Green+Blue) = 217+215+146=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D792 is #26286D. Grayscale: #D0D0D0. Windows color (decimal): -2500718 or 9623513. OLE color: 9623513.
HSL color Cylindrical-coordinate representation of color #D9D792: hue angle of 58.31º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9D792 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 146 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.15 |
| HSL | 58.31º | 0.48% | 0.71% | - |
| HSV(B) | 58.31º | 0.33% | 0.85% | - |
| XYZ | 58.1 | 65.43 | 36.76 | - |
| YUV | 207.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 146 | 0 | 0.01 | 0.33 | 0.15 | 58.31 | 0.48 | 0.71 |
| Hex | D9 | D7 | 92 | 0 | 1 | 21 | F | 3A | 30 | 47 |
| Octal | 331 | 327 | 222 | 0 | 1 | 41 | 17 | 72 | 60 | 107 |
| Binary | 11011001 | 11010111 | 10010010 | 0 | 1 | 100001 | 1111 | 111010 | 110000 | 1000111 |
Color Harmonies of #D9D792
Complementary color
Monochromatic Colors of #D9D792
Black with #D9D792
Text Example
Text Example
White with #D9D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D792; }
p { color: rgb(217,215,146); }
H1.HeaderClassName
{
color: #D9D792;
}
.AnyTagClassName
{
color: #D9D792;
}
</style>
background-color css
<style>
a { background-color: #D9D792; }
a { background-color: rgb(217,215,146); }
div.DivClassName
{
background-color: #D9D792;
}
.BgClassName
{
background-color: #D9D792;
}
</style>
border-color css
<style>
span { border-color: #D9D792; }
span { border-color: rgb(217,215,146); }
td.TdClassName
{
border-color: #D9D792;
}
.TagClassName
{
border-color: #D9D792;
}
</style>