Shades of Primrose #D5DF8F
Tints of Primrose #D5DF8F
RGB
CMYK
RGB Variations
Color information
#D5DF8F (or 0xD5DF8F) is known color: Primrose. HEX triplet: D5, DF and 8F. RGB value is (213,223,143). Sum of RGB (Red+Green+Blue) = 213+223+143=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF8F is #2A2070. Grayscale: #D3D3D3. Windows color (decimal): -2760817 or 9428949. OLE color: 9428949.
HSL color Cylindrical-coordinate representation of color #D5DF8F: hue angle of 67.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5DF8F is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 143 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.13 |
| HSL | 67.5º | 0.56% | 0.72% | - |
| HSV(B) | 67.5º | 0.36% | 0.87% | - |
| XYZ | 58.79 | 68.9 | 36.19 | - |
| YUV | 210.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 143 | 0.04 | 0 | 0.36 | 0.13 | 67.5 | 0.56 | 0.72 |
| Hex | D5 | DF | 8F | 4 | 0 | 24 | D | 44 | 38 | 48 |
| Octal | 325 | 337 | 217 | 4 | 0 | 44 | 15 | 104 | 70 | 110 |
| Binary | 11010101 | 11011111 | 10001111 | 100 | 0 | 100100 | 1101 | 1000100 | 111000 | 1001000 |
Color Harmonies of #D5DF8F
Complementary color
Monochromatic Colors of #D5DF8F
Black with #D5DF8F
Text Example
Text Example
White with #D5DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF8F; }
p { color: rgb(213,223,143); }
H1.HeaderClassName
{
color: #D5DF8F;
}
.AnyTagClassName
{
color: #D5DF8F;
}
</style>
background-color css
<style>
a { background-color: #D5DF8F; }
a { background-color: rgb(213,223,143); }
div.DivClassName
{
background-color: #D5DF8F;
}
.BgClassName
{
background-color: #D5DF8F;
}
</style>
border-color css
<style>
span { border-color: #D5DF8F; }
span { border-color: rgb(213,223,143); }
td.TdClassName
{
border-color: #D5DF8F;
}
.TagClassName
{
border-color: #D5DF8F;
}
</style>