Shades of Primrose #D9DF8F
Tints of Primrose #D9DF8F
RGB
CMYK
RGB Variations
Color information
#D9DF8F (or 0xD9DF8F) is known color: Primrose. HEX triplet: D9, DF and 8F. RGB value is (217,223,143). Sum of RGB (Red+Green+Blue) = 217+223+143=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF8F is #262070. Grayscale: #D4D4D4. Windows color (decimal): -2498673 or 9428953. OLE color: 9428953.
HSL color Cylindrical-coordinate representation of color #D9DF8F: hue angle of 64.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 #D9DF8F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 223 | 143 | - |
CMYK | 0.03 | 0 | 0.36 | 0.13 |
HSL | 64.5º | 0.56% | 0.72% | - |
HSV(B) | 64.5º | 0.36% | 0.87% | - |
XYZ | 59.96 | 69.51 | 36.24 | - |
YUV | 212.09 | 89.01 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 223 | 143 | 0.03 | 0 | 0.36 | 0.13 | 64.5 | 0.56 | 0.72 |
Hex | D9 | DF | 8F | 3 | 0 | 24 | D | 40 | 38 | 48 |
Octal | 331 | 337 | 217 | 3 | 0 | 44 | 15 | 100 | 70 | 110 |
Binary | 11011001 | 11011111 | 10001111 | 11 | 0 | 100100 | 1101 | 1000000 | 111000 | 1001000 |
Color Harmonies of #D9DF8F
Complementary color
Monochromatic Colors of #D9DF8F
Black with #D9DF8F
Text Example
Text Example
White with #D9DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF8F; }
p { color: rgb(217,223,143); }
H1.HeaderClassName
{
color: #D9DF8F;
}
.AnyTagClassName
{
color: #D9DF8F;
}
</style>
background-color css
<style>
a { background-color: #D9DF8F; }
a { background-color: rgb(217,223,143); }
div.DivClassName
{
background-color: #D9DF8F;
}
.BgClassName
{
background-color: #D9DF8F;
}
</style>
border-color css
<style>
span { border-color: #D9DF8F; }
span { border-color: rgb(217,223,143); }
td.TdClassName
{
border-color: #D9DF8F;
}
.TagClassName
{
border-color: #D9DF8F;
}
</style>