Shades of Primrose #DFE69A
Tints of Primrose #DFE69A
RGB
CMYK
RGB Variations
Color information
#DFE69A (or 0xDFE69A) is known color: Primrose. HEX triplet: DF, E6 and 9A. RGB value is (223,230,154). Sum of RGB (Red+Green+Blue) = 223+230+154=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE69A is #201965. Grayscale: #DBDBDB. Windows color (decimal): -2103654 or 10151647. OLE color: 10151647.
HSL color Cylindrical-coordinate representation of color #DFE69A: hue angle of 65.53º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFE69A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 154 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.10 |
| HSL | 65.53º | 0.6% | 0.75% | - |
| HSV(B) | 65.53º | 0.33% | 0.9% | - |
| XYZ | 64.56 | 74.61 | 41.57 | - |
| YUV | 219.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 154 | 0.03 | 0 | 0.33 | 0.10 | 65.53 | 0.6 | 0.75 |
| Hex | DF | E6 | 9A | 3 | 0 | 21 | A | 42 | 3C | 4B |
| Octal | 337 | 346 | 232 | 3 | 0 | 41 | 12 | 102 | 74 | 113 |
| Binary | 11011111 | 11100110 | 10011010 | 11 | 0 | 100001 | 1010 | 1000010 | 111100 | 1001011 |
Color Harmonies of #DFE69A
Complementary color
Monochromatic Colors of #DFE69A
Black with #DFE69A
Text Example
Text Example
White with #DFE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE69A; }
p { color: rgb(223,230,154); }
H1.HeaderClassName
{
color: #DFE69A;
}
.AnyTagClassName
{
color: #DFE69A;
}
</style>
background-color css
<style>
a { background-color: #DFE69A; }
a { background-color: rgb(223,230,154); }
div.DivClassName
{
background-color: #DFE69A;
}
.BgClassName
{
background-color: #DFE69A;
}
</style>
border-color css
<style>
span { border-color: #DFE69A; }
span { border-color: rgb(223,230,154); }
td.TdClassName
{
border-color: #DFE69A;
}
.TagClassName
{
border-color: #DFE69A;
}
</style>