Shades of Primrose #D7DF9B
Tints of Primrose #D7DF9B
RGB
CMYK
RGB Variations
Color information
#D7DF9B (or 0xD7DF9B) is known color: Primrose. HEX triplet: D7, DF and 9B. RGB value is (215,223,155). Sum of RGB (Red+Green+Blue) = 215+223+155=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DF9B is #282064. Grayscale: #D5D5D5. Windows color (decimal): -2629733 or 10215383. OLE color: 10215383.
HSL color Cylindrical-coordinate representation of color #D7DF9B: hue angle of 67.06º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7DF9B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 155 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.13 |
| HSL | 67.06º | 0.52% | 0.74% | - |
| HSV(B) | 67.06º | 0.3% | 0.87% | - |
| XYZ | 60.33 | 69.59 | 41.26 | - |
| YUV | 212.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 155 | 0.04 | 0 | 0.30 | 0.13 | 67.06 | 0.52 | 0.74 |
| Hex | D7 | DF | 9B | 4 | 0 | 1E | D | 43 | 34 | 4A |
| Octal | 327 | 337 | 233 | 4 | 0 | 36 | 15 | 103 | 64 | 112 |
| Binary | 11010111 | 11011111 | 10011011 | 100 | 0 | 11110 | 1101 | 1000011 | 110100 | 1001010 |
Color Harmonies of #D7DF9B
Complementary color
Monochromatic Colors of #D7DF9B
Black with #D7DF9B
Text Example
Text Example
White with #D7DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF9B; }
p { color: rgb(215,223,155); }
H1.HeaderClassName
{
color: #D7DF9B;
}
.AnyTagClassName
{
color: #D7DF9B;
}
</style>
background-color css
<style>
a { background-color: #D7DF9B; }
a { background-color: rgb(215,223,155); }
div.DivClassName
{
background-color: #D7DF9B;
}
.BgClassName
{
background-color: #D7DF9B;
}
</style>
border-color css
<style>
span { border-color: #D7DF9B; }
span { border-color: rgb(215,223,155); }
td.TdClassName
{
border-color: #D7DF9B;
}
.TagClassName
{
border-color: #D7DF9B;
}
</style>