Shades of Primrose #DFE69B
Tints of Primrose #DFE69B
RGB
CMYK
RGB Variations
Color information
#DFE69B (or 0xDFE69B) is known color: Primrose. HEX triplet: DF, E6 and 9B. RGB value is (223,230,155). Sum of RGB (Red+Green+Blue) = 223+230+155=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE69B is #201964. Grayscale: #DBDBDB. Windows color (decimal): -2103653 or 10217183. OLE color: 10217183.
HSL color Cylindrical-coordinate representation of color #DFE69B: hue angle of 65.6º 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 #DFE69B is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 155 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.10 |
| HSL | 65.6º | 0.6% | 0.75% | - |
| HSV(B) | 65.6º | 0.33% | 0.9% | - |
| XYZ | 64.64 | 74.65 | 42.01 | - |
| YUV | 219.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 155 | 0.03 | 0 | 0.33 | 0.10 | 65.6 | 0.6 | 0.75 |
| Hex | DF | E6 | 9B | 3 | 0 | 21 | A | 42 | 3C | 4B |
| Octal | 337 | 346 | 233 | 3 | 0 | 41 | 12 | 102 | 74 | 113 |
| Binary | 11011111 | 11100110 | 10011011 | 11 | 0 | 100001 | 1010 | 1000010 | 111100 | 1001011 |
Color Harmonies of #DFE69B
Complementary color
Monochromatic Colors of #DFE69B
Black with #DFE69B
Text Example
Text Example
White with #DFE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE69B; }
p { color: rgb(223,230,155); }
H1.HeaderClassName
{
color: #DFE69B;
}
.AnyTagClassName
{
color: #DFE69B;
}
</style>
background-color css
<style>
a { background-color: #DFE69B; }
a { background-color: rgb(223,230,155); }
div.DivClassName
{
background-color: #DFE69B;
}
.BgClassName
{
background-color: #DFE69B;
}
</style>
border-color css
<style>
span { border-color: #DFE69B; }
span { border-color: rgb(223,230,155); }
td.TdClassName
{
border-color: #DFE69B;
}
.TagClassName
{
border-color: #DFE69B;
}
</style>