Shades of Primrose #DFDE8B
Tints of Primrose #DFDE8B
RGB
CMYK
RGB Variations
Color information
#DFDE8B (or 0xDFDE8B) is known color: Primrose. HEX triplet: DF, DE and 8B. RGB value is (223,222,139). Sum of RGB (Red+Green+Blue) = 223+222+139=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE8B is #202174. Grayscale: #D5D5D5. Windows color (decimal): -2105717 or 9166559. OLE color: 9166559.
HSL color Cylindrical-coordinate representation of color #DFDE8B: hue angle of 59.29º 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 #DFDE8B is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 139 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.13 |
| HSL | 59.29º | 0.57% | 0.71% | - |
| HSV(B) | 59.29º | 0.38% | 0.87% | - |
| XYZ | 61.21 | 69.79 | 34.67 | - |
| YUV | 212.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 139 | 0 | 0.00 | 0.38 | 0.13 | 59.29 | 0.57 | 0.71 |
| Hex | DF | DE | 8B | 0 | 0 | 26 | D | 3B | 39 | 47 |
| Octal | 337 | 336 | 213 | 0 | 0 | 46 | 15 | 73 | 71 | 107 |
| Binary | 11011111 | 11011110 | 10001011 | 0 | 0 | 100110 | 1101 | 111011 | 111001 | 1000111 |
Color Harmonies of #DFDE8B
Complementary color
Monochromatic Colors of #DFDE8B
Black with #DFDE8B
Text Example
Text Example
White with #DFDE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE8B; }
p { color: rgb(223,222,139); }
H1.HeaderClassName
{
color: #DFDE8B;
}
.AnyTagClassName
{
color: #DFDE8B;
}
</style>
background-color css
<style>
a { background-color: #DFDE8B; }
a { background-color: rgb(223,222,139); }
div.DivClassName
{
background-color: #DFDE8B;
}
.BgClassName
{
background-color: #DFDE8B;
}
</style>
border-color css
<style>
span { border-color: #DFDE8B; }
span { border-color: rgb(223,222,139); }
td.TdClassName
{
border-color: #DFDE8B;
}
.TagClassName
{
border-color: #DFDE8B;
}
</style>