Shades of Primrose #D5DF93
Tints of Primrose #D5DF93
RGB
CMYK
RGB Variations
Color information
#D5DF93 (or 0xD5DF93) is known color: Primrose. HEX triplet: D5, DF and 93. RGB value is (213,223,147). Sum of RGB (Red+Green+Blue) = 213+223+147=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF93 is #2A206C. Grayscale: #D3D3D3. Windows color (decimal): -2760813 or 9691093. OLE color: 9691093.
HSL color Cylindrical-coordinate representation of color #D5DF93: hue angle of 67.89º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5DF93 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 147 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.13 |
| HSL | 67.89º | 0.54% | 0.73% | - |
| HSV(B) | 67.89º | 0.34% | 0.87% | - |
| XYZ | 59.09 | 69.03 | 37.81 | - |
| YUV | 211.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 147 | 0.04 | 0 | 0.34 | 0.13 | 67.89 | 0.54 | 0.73 |
| Hex | D5 | DF | 93 | 4 | 0 | 22 | D | 44 | 36 | 49 |
| Octal | 325 | 337 | 223 | 4 | 0 | 42 | 15 | 104 | 66 | 111 |
| Binary | 11010101 | 11011111 | 10010011 | 100 | 0 | 100010 | 1101 | 1000100 | 110110 | 1001001 |
Color Harmonies of #D5DF93
Complementary color
Monochromatic Colors of #D5DF93
Black with #D5DF93
Text Example
Text Example
White with #D5DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF93; }
p { color: rgb(213,223,147); }
H1.HeaderClassName
{
color: #D5DF93;
}
.AnyTagClassName
{
color: #D5DF93;
}
</style>
background-color css
<style>
a { background-color: #D5DF93; }
a { background-color: rgb(213,223,147); }
div.DivClassName
{
background-color: #D5DF93;
}
.BgClassName
{
background-color: #D5DF93;
}
</style>
border-color css
<style>
span { border-color: #D5DF93; }
span { border-color: rgb(213,223,147); }
td.TdClassName
{
border-color: #D5DF93;
}
.TagClassName
{
border-color: #D5DF93;
}
</style>