Shades of Primrose #DFDB90
Tints of Primrose #DFDB90
RGB
CMYK
RGB Variations
Color information
#DFDB90 (or 0xDFDB90) is known color: Primrose. HEX triplet: DF, DB and 90. RGB value is (223,219,144). Sum of RGB (Red+Green+Blue) = 223+219+144=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB90 is #20246F. Grayscale: #D3D3D3. Windows color (decimal): -2106480 or 9493471. OLE color: 9493471.
HSL color Cylindrical-coordinate representation of color #DFDB90: hue angle of 56.96º 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 #DFDB90 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 144 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.13 |
| HSL | 56.96º | 0.55% | 0.72% | - |
| HSV(B) | 56.96º | 0.35% | 0.87% | - |
| XYZ | 60.8 | 68.36 | 36.38 | - |
| YUV | 211.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 144 | 0 | 0.02 | 0.35 | 0.13 | 56.96 | 0.55 | 0.72 |
| Hex | DF | DB | 90 | 0 | 2 | 23 | D | 39 | 37 | 48 |
| Octal | 337 | 333 | 220 | 0 | 2 | 43 | 15 | 71 | 67 | 110 |
| Binary | 11011111 | 11011011 | 10010000 | 0 | 10 | 100011 | 1101 | 111001 | 110111 | 1001000 |
Color Harmonies of #DFDB90
Complementary color
Monochromatic Colors of #DFDB90
Black with #DFDB90
Text Example
Text Example
White with #DFDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB90; }
p { color: rgb(223,219,144); }
H1.HeaderClassName
{
color: #DFDB90;
}
.AnyTagClassName
{
color: #DFDB90;
}
</style>
background-color css
<style>
a { background-color: #DFDB90; }
a { background-color: rgb(223,219,144); }
div.DivClassName
{
background-color: #DFDB90;
}
.BgClassName
{
background-color: #DFDB90;
}
</style>
border-color css
<style>
span { border-color: #DFDB90; }
span { border-color: rgb(223,219,144); }
td.TdClassName
{
border-color: #DFDB90;
}
.TagClassName
{
border-color: #DFDB90;
}
</style>