Shades of Primrose #D5DC9C
Tints of Primrose #D5DC9C
RGB
CMYK
RGB Variations
Color information
#D5DC9C (or 0xD5DC9C) is known color: Primrose. HEX triplet: D5, DC and 9C. RGB value is (213,220,156). Sum of RGB (Red+Green+Blue) = 213+220+156=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DC9C is #2A2363. Grayscale: #D2D2D2. Windows color (decimal): -2761572 or 10280149. OLE color: 10280149.
HSL color Cylindrical-coordinate representation of color #D5DC9C: hue angle of 66.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5DC9C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 156 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.14 |
| HSL | 66.56º | 0.48% | 0.74% | - |
| HSV(B) | 66.56º | 0.29% | 0.86% | - |
| XYZ | 59.03 | 67.73 | 41.41 | - |
| YUV | 210.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 156 | 0.03 | 0 | 0.29 | 0.14 | 66.56 | 0.48 | 0.74 |
| Hex | D5 | DC | 9C | 3 | 0 | 1D | E | 43 | 30 | 4A |
| Octal | 325 | 334 | 234 | 3 | 0 | 35 | 16 | 103 | 60 | 112 |
| Binary | 11010101 | 11011100 | 10011100 | 11 | 0 | 11101 | 1110 | 1000011 | 110000 | 1001010 |
Color Harmonies of #D5DC9C
Complementary color
Monochromatic Colors of #D5DC9C
Black with #D5DC9C
Text Example
Text Example
White with #D5DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC9C; }
p { color: rgb(213,220,156); }
H1.HeaderClassName
{
color: #D5DC9C;
}
.AnyTagClassName
{
color: #D5DC9C;
}
</style>
background-color css
<style>
a { background-color: #D5DC9C; }
a { background-color: rgb(213,220,156); }
div.DivClassName
{
background-color: #D5DC9C;
}
.BgClassName
{
background-color: #D5DC9C;
}
</style>
border-color css
<style>
span { border-color: #D5DC9C; }
span { border-color: rgb(213,220,156); }
td.TdClassName
{
border-color: #D5DC9C;
}
.TagClassName
{
border-color: #D5DC9C;
}
</style>