Shades of Primrose #DFE09B
Tints of Primrose #DFE09B
RGB
CMYK
RGB Variations
Color information
#DFE09B (or 0xDFE09B) is known color: Primrose. HEX triplet: DF, E0 and 9B. RGB value is (223,224,155). Sum of RGB (Red+Green+Blue) = 223+224+155=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE09B is #201F64. Grayscale: #D8D8D8. Windows color (decimal): -2105189 or 10215647. OLE color: 10215647.
HSL color Cylindrical-coordinate representation of color #DFE09B: hue angle of 60.87º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFE09B is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 155 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.12 |
| HSL | 60.87º | 0.53% | 0.74% | - |
| HSV(B) | 60.87º | 0.31% | 0.88% | - |
| XYZ | 63 | 71.37 | 41.46 | - |
| YUV | 215.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 155 | 0.00 | 0 | 0.31 | 0.12 | 60.87 | 0.53 | 0.74 |
| Hex | DF | E0 | 9B | 0 | 0 | 1F | C | 3D | 35 | 4A |
| Octal | 337 | 340 | 233 | 0 | 0 | 37 | 14 | 75 | 65 | 112 |
| Binary | 11011111 | 11100000 | 10011011 | 0 | 0 | 11111 | 1100 | 111101 | 110101 | 1001010 |
Color Harmonies of #DFE09B
Complementary color
Monochromatic Colors of #DFE09B
Black with #DFE09B
Text Example
Text Example
White with #DFE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE09B; }
p { color: rgb(223,224,155); }
H1.HeaderClassName
{
color: #DFE09B;
}
.AnyTagClassName
{
color: #DFE09B;
}
</style>
background-color css
<style>
a { background-color: #DFE09B; }
a { background-color: rgb(223,224,155); }
div.DivClassName
{
background-color: #DFE09B;
}
.BgClassName
{
background-color: #DFE09B;
}
</style>
border-color css
<style>
span { border-color: #DFE09B; }
span { border-color: rgb(223,224,155); }
td.TdClassName
{
border-color: #DFE09B;
}
.TagClassName
{
border-color: #DFE09B;
}
</style>