Shades of Primrose #D7DD9A
Tints of Primrose #D7DD9A
RGB
CMYK
RGB Variations
Color information
#D7DD9A (or 0xD7DD9A) is known color: Primrose. HEX triplet: D7, DD and 9A. RGB value is (215,221,154). Sum of RGB (Red+Green+Blue) = 215+221+154=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DD9A is #282265. Grayscale: #D3D3D3. Windows color (decimal): -2630246 or 10149335. OLE color: 10149335.
HSL color Cylindrical-coordinate representation of color #D7DD9A: hue angle of 65.37º degrees, saturation: 0.5, 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 #D7DD9A is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 154 | - |
CMYK | 0.03 | 0 | 0.30 | 0.13 |
HSL | 65.37º | 0.5% | 0.74% | - |
HSV(B) | 65.37º | 0.3% | 0.87% | - |
XYZ | 59.71 | 68.49 | 40.65 | - |
YUV | 211.57 | 95.51 | 130.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 154 | 0.03 | 0 | 0.30 | 0.13 | 65.37 | 0.5 | 0.74 |
Hex | D7 | DD | 9A | 3 | 0 | 1E | D | 41 | 32 | 4A |
Octal | 327 | 335 | 232 | 3 | 0 | 36 | 15 | 101 | 62 | 112 |
Binary | 11010111 | 11011101 | 10011010 | 11 | 0 | 11110 | 1101 | 1000001 | 110010 | 1001010 |
Color Harmonies of #D7DD9A
Complementary color
Monochromatic Colors of #D7DD9A
Black with #D7DD9A
Text Example
Text Example
White with #D7DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DD9A; }
p { color: rgb(215,221,154); }
H1.HeaderClassName
{
color: #D7DD9A;
}
.AnyTagClassName
{
color: #D7DD9A;
}
</style>
background-color css
<style>
a { background-color: #D7DD9A; }
a { background-color: rgb(215,221,154); }
div.DivClassName
{
background-color: #D7DD9A;
}
.BgClassName
{
background-color: #D7DD9A;
}
</style>
border-color css
<style>
span { border-color: #D7DD9A; }
span { border-color: rgb(215,221,154); }
td.TdClassName
{
border-color: #D7DD9A;
}
.TagClassName
{
border-color: #D7DD9A;
}
</style>