Shades of Primrose #D7DE8A
Tints of Primrose #D7DE8A
RGB
CMYK
RGB Variations
Color information
#D7DE8A (or 0xD7DE8A) is known color: Primrose. HEX triplet: D7, DE and 8A. RGB value is (215,222,138). Sum of RGB (Red+Green+Blue) = 215+222+138=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DE8A is #282175. Grayscale: #D2D2D2. Windows color (decimal): -2630006 or 9101015. OLE color: 9101015.
HSL color Cylindrical-coordinate representation of color #D7DE8A: hue angle of 65º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7DE8A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 222 | 138 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.13 |
| HSL | 65º | 0.56% | 0.71% | - |
| HSV(B) | 65º | 0.38% | 0.87% | - |
| XYZ | 58.73 | 68.52 | 34.18 | - |
| YUV | 210.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 222 | 138 | 0.03 | 0 | 0.38 | 0.13 | 65 | 0.56 | 0.71 |
| Hex | D7 | DE | 8A | 3 | 0 | 26 | D | 41 | 38 | 47 |
| Octal | 327 | 336 | 212 | 3 | 0 | 46 | 15 | 101 | 70 | 107 |
| Binary | 11010111 | 11011110 | 10001010 | 11 | 0 | 100110 | 1101 | 1000001 | 111000 | 1000111 |
Color Harmonies of #D7DE8A
Complementary color
Monochromatic Colors of #D7DE8A
Black with #D7DE8A
Text Example
Text Example
White with #D7DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DE8A; }
p { color: rgb(215,222,138); }
H1.HeaderClassName
{
color: #D7DE8A;
}
.AnyTagClassName
{
color: #D7DE8A;
}
</style>
background-color css
<style>
a { background-color: #D7DE8A; }
a { background-color: rgb(215,222,138); }
div.DivClassName
{
background-color: #D7DE8A;
}
.BgClassName
{
background-color: #D7DE8A;
}
</style>
border-color css
<style>
span { border-color: #D7DE8A; }
span { border-color: rgb(215,222,138); }
td.TdClassName
{
border-color: #D7DE8A;
}
.TagClassName
{
border-color: #D7DE8A;
}
</style>