Shades of Primrose #DFDF8C
Tints of Primrose #DFDF8C
RGB
CMYK
RGB Variations
Color information
#DFDF8C (or 0xDFDF8C) is known color: Primrose. HEX triplet: DF, DF and 8C. RGB value is (223,223,140). Sum of RGB (Red+Green+Blue) = 223+223+140=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF8C is #202073. Grayscale: #D5D5D5. Windows color (decimal): -2105460 or 9232351. OLE color: 9232351.
HSL color Cylindrical-coordinate representation of color #DFDF8C: hue angle of 60º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFDF8C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 140 | - |
CMYK | 0 | 0 | 0.37 | 0.13 |
HSL | 60º | 0.56% | 0.71% | - |
HSV(B) | 60º | 0.37% | 0.87% | - |
XYZ | 61.55 | 70.36 | 35.15 | - |
YUV | 213.54 | 86.5 | 134.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 140 | 0 | 0 | 0.37 | 0.13 | 60 | 0.56 | 0.71 |
Hex | DF | DF | 8C | 0 | 0 | 25 | D | 3C | 38 | 47 |
Octal | 337 | 337 | 214 | 0 | 0 | 45 | 15 | 74 | 70 | 107 |
Binary | 11011111 | 11011111 | 10001100 | 0 | 0 | 100101 | 1101 | 111100 | 111000 | 1000111 |
Color Harmonies of #DFDF8C
Complementary color
Monochromatic Colors of #DFDF8C
Black with #DFDF8C
Text Example
Text Example
White with #DFDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF8C; }
p { color: rgb(223,223,140); }
H1.HeaderClassName
{
color: #DFDF8C;
}
.AnyTagClassName
{
color: #DFDF8C;
}
</style>
background-color css
<style>
a { background-color: #DFDF8C; }
a { background-color: rgb(223,223,140); }
div.DivClassName
{
background-color: #DFDF8C;
}
.BgClassName
{
background-color: #DFDF8C;
}
</style>
border-color css
<style>
span { border-color: #DFDF8C; }
span { border-color: rgb(223,223,140); }
td.TdClassName
{
border-color: #DFDF8C;
}
.TagClassName
{
border-color: #DFDF8C;
}
</style>