Shades of Primrose #D6DF9A
Tints of Primrose #D6DF9A
RGB
CMYK
RGB Variations
Color information
#D6DF9A (or 0xD6DF9A) is known color: Primrose. HEX triplet: D6, DF and 9A. RGB value is (214,223,154). Sum of RGB (Red+Green+Blue) = 214+223+154=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF9A is #292065. Grayscale: #D4D4D4. Windows color (decimal): -2695270 or 10149846. OLE color: 10149846.
HSL color Cylindrical-coordinate representation of color #D6DF9A: hue angle of 67.83º 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 #D6DF9A is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 154 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.13 |
| HSL | 67.83º | 0.52% | 0.74% | - |
| HSV(B) | 67.83º | 0.31% | 0.87% | - |
| XYZ | 59.95 | 69.4 | 40.81 | - |
| YUV | 212.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 154 | 0.04 | 0 | 0.31 | 0.13 | 67.83 | 0.52 | 0.74 |
| Hex | D6 | DF | 9A | 4 | 0 | 1F | D | 44 | 34 | 4A |
| Octal | 326 | 337 | 232 | 4 | 0 | 37 | 15 | 104 | 64 | 112 |
| Binary | 11010110 | 11011111 | 10011010 | 100 | 0 | 11111 | 1101 | 1000100 | 110100 | 1001010 |
Color Harmonies of #D6DF9A
Complementary color
Monochromatic Colors of #D6DF9A
Black with #D6DF9A
Text Example
Text Example
White with #D6DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF9A; }
p { color: rgb(214,223,154); }
H1.HeaderClassName
{
color: #D6DF9A;
}
.AnyTagClassName
{
color: #D6DF9A;
}
</style>
background-color css
<style>
a { background-color: #D6DF9A; }
a { background-color: rgb(214,223,154); }
div.DivClassName
{
background-color: #D6DF9A;
}
.BgClassName
{
background-color: #D6DF9A;
}
</style>
border-color css
<style>
span { border-color: #D6DF9A; }
span { border-color: rgb(214,223,154); }
td.TdClassName
{
border-color: #D6DF9A;
}
.TagClassName
{
border-color: #D6DF9A;
}
</style>