Shades of Primrose #D9DC83
Tints of Primrose #D9DC83
RGB
CMYK
RGB Variations
Color information
#D9DC83 (or 0xD9DC83) is known color: Primrose. HEX triplet: D9, DC and 83. RGB value is (217,220,131). Sum of RGB (Red+Green+Blue) = 217+220+131=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC83 is #26237C. Grayscale: #D1D1D1. Windows color (decimal): -2499453 or 8641753. OLE color: 8641753.
HSL color Cylindrical-coordinate representation of color #D9DC83: hue angle of 62.02º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DC83 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 131 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.14 |
| HSL | 62.02º | 0.56% | 0.69% | - |
| HSV(B) | 62.02º | 0.4% | 0.86% | - |
| XYZ | 58.31 | 67.58 | 31.44 | - |
| YUV | 208.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 131 | 0.01 | 0 | 0.40 | 0.14 | 62.02 | 0.56 | 0.69 |
| Hex | D9 | DC | 83 | 1 | 0 | 28 | E | 3E | 38 | 45 |
| Octal | 331 | 334 | 203 | 1 | 0 | 50 | 16 | 76 | 70 | 105 |
| Binary | 11011001 | 11011100 | 10000011 | 1 | 0 | 101000 | 1110 | 111110 | 111000 | 1000101 |
Color Harmonies of #D9DC83
Complementary color
Monochromatic Colors of #D9DC83
Black with #D9DC83
Text Example
Text Example
White with #D9DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC83; }
p { color: rgb(217,220,131); }
H1.HeaderClassName
{
color: #D9DC83;
}
.AnyTagClassName
{
color: #D9DC83;
}
</style>
background-color css
<style>
a { background-color: #D9DC83; }
a { background-color: rgb(217,220,131); }
div.DivClassName
{
background-color: #D9DC83;
}
.BgClassName
{
background-color: #D9DC83;
}
</style>
border-color css
<style>
span { border-color: #D9DC83; }
span { border-color: rgb(217,220,131); }
td.TdClassName
{
border-color: #D9DC83;
}
.TagClassName
{
border-color: #D9DC83;
}
</style>