Shades of Primrose #DBDF8A
Tints of Primrose #DBDF8A
RGB
CMYK
RGB Variations
Color information
#DBDF8A (or 0xDBDF8A) is known color: Primrose. HEX triplet: DB, DF and 8A. RGB value is (219,223,138). Sum of RGB (Red+Green+Blue) = 219+223+138=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF8A is #242075. Grayscale: #D4D4D4. Windows color (decimal): -2367606 or 9101275. OLE color: 9101275.
HSL color Cylindrical-coordinate representation of color #DBDF8A: hue angle of 62.82º degrees, saturation: 0.57, 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 #DBDF8A is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 138 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.13 |
| HSL | 62.82º | 0.57% | 0.71% | - |
| HSV(B) | 62.82º | 0.38% | 0.87% | - |
| XYZ | 60.19 | 69.67 | 34.32 | - |
| YUV | 212.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 138 | 0.02 | 0 | 0.38 | 0.13 | 62.82 | 0.57 | 0.71 |
| Hex | DB | DF | 8A | 2 | 0 | 26 | D | 3F | 39 | 47 |
| Octal | 333 | 337 | 212 | 2 | 0 | 46 | 15 | 77 | 71 | 107 |
| Binary | 11011011 | 11011111 | 10001010 | 10 | 0 | 100110 | 1101 | 111111 | 111001 | 1000111 |
Color Harmonies of #DBDF8A
Complementary color
Monochromatic Colors of #DBDF8A
Black with #DBDF8A
Text Example
Text Example
White with #DBDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF8A; }
p { color: rgb(219,223,138); }
H1.HeaderClassName
{
color: #DBDF8A;
}
.AnyTagClassName
{
color: #DBDF8A;
}
</style>
background-color css
<style>
a { background-color: #DBDF8A; }
a { background-color: rgb(219,223,138); }
div.DivClassName
{
background-color: #DBDF8A;
}
.BgClassName
{
background-color: #DBDF8A;
}
</style>
border-color css
<style>
span { border-color: #DBDF8A; }
span { border-color: rgb(219,223,138); }
td.TdClassName
{
border-color: #DBDF8A;
}
.TagClassName
{
border-color: #DBDF8A;
}
</style>