Shades of Primrose #D5DC92
Tints of Primrose #D5DC92
RGB
CMYK
RGB Variations
Color information
#D5DC92 (or 0xD5DC92) is known color: Primrose. HEX triplet: D5, DC and 92. RGB value is (213,220,146). Sum of RGB (Red+Green+Blue) = 213+220+146=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DC92 is #2A236D. Grayscale: #D1D1D1. Windows color (decimal): -2761582 or 9624789. OLE color: 9624789.
HSL color Cylindrical-coordinate representation of color #D5DC92: hue angle of 65.68º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5DC92 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 146 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.14 |
| HSL | 65.68º | 0.51% | 0.72% | - |
| HSV(B) | 65.68º | 0.34% | 0.86% | - |
| XYZ | 58.22 | 67.41 | 37.14 | - |
| YUV | 209.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 146 | 0.03 | 0 | 0.34 | 0.14 | 65.68 | 0.51 | 0.72 |
| Hex | D5 | DC | 92 | 3 | 0 | 22 | E | 42 | 33 | 48 |
| Octal | 325 | 334 | 222 | 3 | 0 | 42 | 16 | 102 | 63 | 110 |
| Binary | 11010101 | 11011100 | 10010010 | 11 | 0 | 100010 | 1110 | 1000010 | 110011 | 1001000 |
Color Harmonies of #D5DC92
Complementary color
Monochromatic Colors of #D5DC92
Black with #D5DC92
Text Example
Text Example
White with #D5DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC92; }
p { color: rgb(213,220,146); }
H1.HeaderClassName
{
color: #D5DC92;
}
.AnyTagClassName
{
color: #D5DC92;
}
</style>
background-color css
<style>
a { background-color: #D5DC92; }
a { background-color: rgb(213,220,146); }
div.DivClassName
{
background-color: #D5DC92;
}
.BgClassName
{
background-color: #D5DC92;
}
</style>
border-color css
<style>
span { border-color: #D5DC92; }
span { border-color: rgb(213,220,146); }
td.TdClassName
{
border-color: #D5DC92;
}
.TagClassName
{
border-color: #D5DC92;
}
</style>