Shades of Primrose #DFDB9A
Tints of Primrose #DFDB9A
RGB
CMYK
RGB Variations
Color information
#DFDB9A (or 0xDFDB9A) is known color: Primrose. HEX triplet: DF, DB and 9A. RGB value is (223,219,154). Sum of RGB (Red+Green+Blue) = 223+219+154=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB9A is #202465. Grayscale: #D5D5D5. Windows color (decimal): -2106470 or 10148831. OLE color: 10148831.
HSL color Cylindrical-coordinate representation of color #DFDB9A: hue angle of 56.52º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFDB9A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 154 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.13 |
| HSL | 56.52º | 0.52% | 0.74% | - |
| HSV(B) | 56.52º | 0.31% | 0.87% | - |
| XYZ | 61.6 | 68.68 | 40.58 | - |
| YUV | 212.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 154 | 0 | 0.02 | 0.31 | 0.13 | 56.52 | 0.52 | 0.74 |
| Hex | DF | DB | 9A | 0 | 2 | 1F | D | 39 | 34 | 4A |
| Octal | 337 | 333 | 232 | 0 | 2 | 37 | 15 | 71 | 64 | 112 |
| Binary | 11011111 | 11011011 | 10011010 | 0 | 10 | 11111 | 1101 | 111001 | 110100 | 1001010 |
Color Harmonies of #DFDB9A
Complementary color
Monochromatic Colors of #DFDB9A
Black with #DFDB9A
Text Example
Text Example
White with #DFDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB9A; }
p { color: rgb(223,219,154); }
H1.HeaderClassName
{
color: #DFDB9A;
}
.AnyTagClassName
{
color: #DFDB9A;
}
</style>
background-color css
<style>
a { background-color: #DFDB9A; }
a { background-color: rgb(223,219,154); }
div.DivClassName
{
background-color: #DFDB9A;
}
.BgClassName
{
background-color: #DFDB9A;
}
</style>
border-color css
<style>
span { border-color: #DFDB9A; }
span { border-color: rgb(223,219,154); }
td.TdClassName
{
border-color: #DFDB9A;
}
.TagClassName
{
border-color: #DFDB9A;
}
</style>