Shades of Primrose #D4DA99
Tints of Primrose #D4DA99
RGB
CMYK
RGB Variations
Color information
#D4DA99 (or 0xD4DA99) is known color: Primrose. HEX triplet: D4, DA and 99. RGB value is (212,218,153). Sum of RGB (Red+Green+Blue) = 212+218+153=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA99 is #2B2566. Grayscale: #D1D1D1. Windows color (decimal): -2827623 or 10083028. OLE color: 10083028.
HSL color Cylindrical-coordinate representation of color #D4DA99: hue angle of 65.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4DA99 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 153 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.15 |
| HSL | 65.54º | 0.47% | 0.73% | - |
| HSV(B) | 65.54º | 0.3% | 0.85% | - |
| XYZ | 57.97 | 66.44 | 39.91 | - |
| YUV | 208.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 153 | 0.03 | 0 | 0.30 | 0.15 | 65.54 | 0.47 | 0.73 |
| Hex | D4 | DA | 99 | 3 | 0 | 1E | F | 42 | 2F | 49 |
| Octal | 324 | 332 | 231 | 3 | 0 | 36 | 17 | 102 | 57 | 111 |
| Binary | 11010100 | 11011010 | 10011001 | 11 | 0 | 11110 | 1111 | 1000010 | 101111 | 1001001 |
Color Harmonies of #D4DA99
Complementary color
Monochromatic Colors of #D4DA99
Black with #D4DA99
Text Example
Text Example
White with #D4DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA99; }
p { color: rgb(212,218,153); }
H1.HeaderClassName
{
color: #D4DA99;
}
.AnyTagClassName
{
color: #D4DA99;
}
</style>
background-color css
<style>
a { background-color: #D4DA99; }
a { background-color: rgb(212,218,153); }
div.DivClassName
{
background-color: #D4DA99;
}
.BgClassName
{
background-color: #D4DA99;
}
</style>
border-color css
<style>
span { border-color: #D4DA99; }
span { border-color: rgb(212,218,153); }
td.TdClassName
{
border-color: #D4DA99;
}
.TagClassName
{
border-color: #D4DA99;
}
</style>