Shades of Primrose #D5DD92
Tints of Primrose #D5DD92
RGB
CMYK
RGB Variations
Color information
#D5DD92 (or 0xD5DD92) is known color: Primrose. HEX triplet: D5, DD and 92. RGB value is (213,221,146). Sum of RGB (Red+Green+Blue) = 213+221+146=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD92 is #2A226D. Grayscale: #D2D2D2. Windows color (decimal): -2761326 or 9625045. OLE color: 9625045.
HSL color Cylindrical-coordinate representation of color #D5DD92: hue angle of 66.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5DD92 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 146 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.13 |
| HSL | 66.4º | 0.52% | 0.72% | - |
| HSV(B) | 66.4º | 0.34% | 0.87% | - |
| XYZ | 58.49 | 67.93 | 37.22 | - |
| YUV | 210.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 146 | 0.04 | 0 | 0.34 | 0.13 | 66.4 | 0.52 | 0.72 |
| Hex | D5 | DD | 92 | 4 | 0 | 22 | D | 42 | 34 | 48 |
| Octal | 325 | 335 | 222 | 4 | 0 | 42 | 15 | 102 | 64 | 110 |
| Binary | 11010101 | 11011101 | 10010010 | 100 | 0 | 100010 | 1101 | 1000010 | 110100 | 1001000 |
Color Harmonies of #D5DD92
Complementary color
Monochromatic Colors of #D5DD92
Black with #D5DD92
Text Example
Text Example
White with #D5DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD92; }
p { color: rgb(213,221,146); }
H1.HeaderClassName
{
color: #D5DD92;
}
.AnyTagClassName
{
color: #D5DD92;
}
</style>
background-color css
<style>
a { background-color: #D5DD92; }
a { background-color: rgb(213,221,146); }
div.DivClassName
{
background-color: #D5DD92;
}
.BgClassName
{
background-color: #D5DD92;
}
</style>
border-color css
<style>
span { border-color: #D5DD92; }
span { border-color: rgb(213,221,146); }
td.TdClassName
{
border-color: #D5DD92;
}
.TagClassName
{
border-color: #D5DD92;
}
</style>