Shades of Primrose #D6DD9C
Tints of Primrose #D6DD9C
RGB
CMYK
RGB Variations
Color information
#D6DD9C (or 0xD6DD9C) is known color: Primrose. HEX triplet: D6, DD and 9C. RGB value is (214,221,156). Sum of RGB (Red+Green+Blue) = 214+221+156=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD9C is #292263. Grayscale: #D3D3D3. Windows color (decimal): -2695780 or 10280406. OLE color: 10280406.
HSL color Cylindrical-coordinate representation of color #D6DD9C: hue angle of 66.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6DD9C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 156 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.13 |
| HSL | 66.46º | 0.49% | 0.74% | - |
| HSV(B) | 66.46º | 0.29% | 0.87% | - |
| XYZ | 59.59 | 68.41 | 41.52 | - |
| YUV | 211.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 156 | 0.03 | 0 | 0.29 | 0.13 | 66.46 | 0.49 | 0.74 |
| Hex | D6 | DD | 9C | 3 | 0 | 1D | D | 42 | 31 | 4A |
| Octal | 326 | 335 | 234 | 3 | 0 | 35 | 15 | 102 | 61 | 112 |
| Binary | 11010110 | 11011101 | 10011100 | 11 | 0 | 11101 | 1101 | 1000010 | 110001 | 1001010 |
Color Harmonies of #D6DD9C
Complementary color
Monochromatic Colors of #D6DD9C
Black with #D6DD9C
Text Example
Text Example
White with #D6DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD9C; }
p { color: rgb(214,221,156); }
H1.HeaderClassName
{
color: #D6DD9C;
}
.AnyTagClassName
{
color: #D6DD9C;
}
</style>
background-color css
<style>
a { background-color: #D6DD9C; }
a { background-color: rgb(214,221,156); }
div.DivClassName
{
background-color: #D6DD9C;
}
.BgClassName
{
background-color: #D6DD9C;
}
</style>
border-color css
<style>
span { border-color: #D6DD9C; }
span { border-color: rgb(214,221,156); }
td.TdClassName
{
border-color: #D6DD9C;
}
.TagClassName
{
border-color: #D6DD9C;
}
</style>