Shades of Primrose #DBDF84
Tints of Primrose #DBDF84
RGB
CMYK
RGB Variations
Color information
#DBDF84 (or 0xDBDF84) is known color: Primrose. HEX triplet: DB, DF and 84. RGB value is (219,223,132). Sum of RGB (Red+Green+Blue) = 219+223+132=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF84 is #24207B. Grayscale: #D3D3D3. Windows color (decimal): -2367612 or 8708059. OLE color: 8708059.
HSL color Cylindrical-coordinate representation of color #DBDF84: hue angle of 62.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBDF84 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 132 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.13 |
| HSL | 62.64º | 0.59% | 0.7% | - |
| HSV(B) | 62.64º | 0.41% | 0.87% | - |
| XYZ | 59.77 | 69.5 | 32.09 | - |
| YUV | 211.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 132 | 0.02 | 0 | 0.41 | 0.13 | 62.64 | 0.59 | 0.7 |
| Hex | DB | DF | 84 | 2 | 0 | 29 | D | 3F | 3B | 46 |
| Octal | 333 | 337 | 204 | 2 | 0 | 51 | 15 | 77 | 73 | 106 |
| Binary | 11011011 | 11011111 | 10000100 | 10 | 0 | 101001 | 1101 | 111111 | 111011 | 1000110 |
Color Harmonies of #DBDF84
Complementary color
Monochromatic Colors of #DBDF84
Black with #DBDF84
Text Example
Text Example
White with #DBDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF84; }
p { color: rgb(219,223,132); }
H1.HeaderClassName
{
color: #DBDF84;
}
.AnyTagClassName
{
color: #DBDF84;
}
</style>
background-color css
<style>
a { background-color: #DBDF84; }
a { background-color: rgb(219,223,132); }
div.DivClassName
{
background-color: #DBDF84;
}
.BgClassName
{
background-color: #DBDF84;
}
</style>
border-color css
<style>
span { border-color: #DBDF84; }
span { border-color: rgb(219,223,132); }
td.TdClassName
{
border-color: #DBDF84;
}
.TagClassName
{
border-color: #DBDF84;
}
</style>