Shades of Primrose #D6DF99
Tints of Primrose #D6DF99
RGB
CMYK
RGB Variations
Color information
#D6DF99 (or 0xD6DF99) is known color: Primrose. HEX triplet: D6, DF and 99. RGB value is (214,223,153). Sum of RGB (Red+Green+Blue) = 214+223+153=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF99 is #292066. Grayscale: #D4D4D4. Windows color (decimal): -2695271 or 10084310. OLE color: 10084310.
HSL color Cylindrical-coordinate representation of color #D6DF99: hue angle of 67.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6DF99 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 153 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.13 |
| HSL | 67.71º | 0.52% | 0.74% | - |
| HSV(B) | 67.71º | 0.31% | 0.87% | - |
| XYZ | 59.87 | 69.37 | 40.37 | - |
| YUV | 212.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 153 | 0.04 | 0 | 0.31 | 0.13 | 67.71 | 0.52 | 0.74 |
| Hex | D6 | DF | 99 | 4 | 0 | 1F | D | 44 | 34 | 4A |
| Octal | 326 | 337 | 231 | 4 | 0 | 37 | 15 | 104 | 64 | 112 |
| Binary | 11010110 | 11011111 | 10011001 | 100 | 0 | 11111 | 1101 | 1000100 | 110100 | 1001010 |
Color Harmonies of #D6DF99
Complementary color
Monochromatic Colors of #D6DF99
Black with #D6DF99
Text Example
Text Example
White with #D6DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF99; }
p { color: rgb(214,223,153); }
H1.HeaderClassName
{
color: #D6DF99;
}
.AnyTagClassName
{
color: #D6DF99;
}
</style>
background-color css
<style>
a { background-color: #D6DF99; }
a { background-color: rgb(214,223,153); }
div.DivClassName
{
background-color: #D6DF99;
}
.BgClassName
{
background-color: #D6DF99;
}
</style>
border-color css
<style>
span { border-color: #D6DF99; }
span { border-color: rgb(214,223,153); }
td.TdClassName
{
border-color: #D6DF99;
}
.TagClassName
{
border-color: #D6DF99;
}
</style>