Shades of Primrose #DFDB92
Tints of Primrose #DFDB92
RGB
CMYK
RGB Variations
Color information
#DFDB92 (or 0xDFDB92) is known color: Primrose. HEX triplet: DF, DB and 92. RGB value is (223,219,146). Sum of RGB (Red+Green+Blue) = 223+219+146=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB92 is #20246D. Grayscale: #D4D4D4. Windows color (decimal): -2106478 or 9624543. OLE color: 9624543.
HSL color Cylindrical-coordinate representation of color #DFDB92: hue angle of 56.88º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFDB92 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 146 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.13 |
| HSL | 56.88º | 0.55% | 0.72% | - |
| HSV(B) | 56.88º | 0.35% | 0.87% | - |
| XYZ | 60.95 | 68.43 | 37.19 | - |
| YUV | 211.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 146 | 0 | 0.02 | 0.35 | 0.13 | 56.88 | 0.55 | 0.72 |
| Hex | DF | DB | 92 | 0 | 2 | 23 | D | 39 | 37 | 48 |
| Octal | 337 | 333 | 222 | 0 | 2 | 43 | 15 | 71 | 67 | 110 |
| Binary | 11011111 | 11011011 | 10010010 | 0 | 10 | 100011 | 1101 | 111001 | 110111 | 1001000 |
Color Harmonies of #DFDB92
Complementary color
Monochromatic Colors of #DFDB92
Black with #DFDB92
Text Example
Text Example
White with #DFDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB92; }
p { color: rgb(223,219,146); }
H1.HeaderClassName
{
color: #DFDB92;
}
.AnyTagClassName
{
color: #DFDB92;
}
</style>
background-color css
<style>
a { background-color: #DFDB92; }
a { background-color: rgb(223,219,146); }
div.DivClassName
{
background-color: #DFDB92;
}
.BgClassName
{
background-color: #DFDB92;
}
</style>
border-color css
<style>
span { border-color: #DFDB92; }
span { border-color: rgb(223,219,146); }
td.TdClassName
{
border-color: #DFDB92;
}
.TagClassName
{
border-color: #DFDB92;
}
</style>