Shades of Primrose #D3D999
Tints of Primrose #D3D999
RGB
CMYK
RGB Variations
Color information
#D3D999 (or 0xD3D999) is known color: Primrose. HEX triplet: D3, D9 and 99. RGB value is (211,217,153). Sum of RGB (Red+Green+Blue) = 211+217+153=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D999 is #2C2666. Grayscale: #D0D0D0. Windows color (decimal): -2893415 or 10082771. OLE color: 10082771.
HSL color Cylindrical-coordinate representation of color #D3D999: hue angle of 65.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3D999 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 217 | 153 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.15 |
| HSL | 65.63º | 0.46% | 0.73% | - |
| HSV(B) | 65.63º | 0.29% | 0.85% | - |
| XYZ | 57.43 | 65.77 | 39.81 | - |
| YUV | 207.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 217 | 153 | 0.03 | 0 | 0.29 | 0.15 | 65.63 | 0.46 | 0.73 |
| Hex | D3 | D9 | 99 | 3 | 0 | 1D | F | 42 | 2E | 49 |
| Octal | 323 | 331 | 231 | 3 | 0 | 35 | 17 | 102 | 56 | 111 |
| Binary | 11010011 | 11011001 | 10011001 | 11 | 0 | 11101 | 1111 | 1000010 | 101110 | 1001001 |
Color Harmonies of #D3D999
Complementary color
Monochromatic Colors of #D3D999
Black with #D3D999
Text Example
Text Example
White with #D3D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D999; }
p { color: rgb(211,217,153); }
H1.HeaderClassName
{
color: #D3D999;
}
.AnyTagClassName
{
color: #D3D999;
}
</style>
background-color css
<style>
a { background-color: #D3D999; }
a { background-color: rgb(211,217,153); }
div.DivClassName
{
background-color: #D3D999;
}
.BgClassName
{
background-color: #D3D999;
}
</style>
border-color css
<style>
span { border-color: #D3D999; }
span { border-color: rgb(211,217,153); }
td.TdClassName
{
border-color: #D3D999;
}
.TagClassName
{
border-color: #D3D999;
}
</style>