Shades of Primrose #D5DC90
Tints of Primrose #D5DC90
RGB
CMYK
RGB Variations
Color information
#D5DC90 (or 0xD5DC90) is known color: Primrose. HEX triplet: D5, DC and 90. RGB value is (213,220,144). Sum of RGB (Red+Green+Blue) = 213+220+144=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DC90 is #2A236F. Grayscale: #D1D1D1. Windows color (decimal): -2761584 or 9493717. OLE color: 9493717.
HSL color Cylindrical-coordinate representation of color #D5DC90: hue angle of 65.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5DC90 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 144 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.14 |
| HSL | 65.53º | 0.52% | 0.71% | - |
| HSV(B) | 65.53º | 0.35% | 0.86% | - |
| XYZ | 58.07 | 67.35 | 36.32 | - |
| YUV | 209.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 144 | 0.03 | 0 | 0.35 | 0.14 | 65.53 | 0.52 | 0.71 |
| Hex | D5 | DC | 90 | 3 | 0 | 23 | E | 42 | 34 | 47 |
| Octal | 325 | 334 | 220 | 3 | 0 | 43 | 16 | 102 | 64 | 107 |
| Binary | 11010101 | 11011100 | 10010000 | 11 | 0 | 100011 | 1110 | 1000010 | 110100 | 1000111 |
Color Harmonies of #D5DC90
Complementary color
Monochromatic Colors of #D5DC90
Black with #D5DC90
Text Example
Text Example
White with #D5DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC90; }
p { color: rgb(213,220,144); }
H1.HeaderClassName
{
color: #D5DC90;
}
.AnyTagClassName
{
color: #D5DC90;
}
</style>
background-color css
<style>
a { background-color: #D5DC90; }
a { background-color: rgb(213,220,144); }
div.DivClassName
{
background-color: #D5DC90;
}
.BgClassName
{
background-color: #D5DC90;
}
</style>
border-color css
<style>
span { border-color: #D5DC90; }
span { border-color: rgb(213,220,144); }
td.TdClassName
{
border-color: #D5DC90;
}
.TagClassName
{
border-color: #D5DC90;
}
</style>