Shades of Primrose #DFDC9A
Tints of Primrose #DFDC9A
RGB
CMYK
RGB Variations
Color information
#DFDC9A (or 0xDFDC9A) is known color: Primrose. HEX triplet: DF, DC and 9A. RGB value is (223,220,154). Sum of RGB (Red+Green+Blue) = 223+220+154=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC9A is #202365. Grayscale: #D5D5D5. Windows color (decimal): -2106214 or 10149087. OLE color: 10149087.
HSL color Cylindrical-coordinate representation of color #DFDC9A: hue angle of 57.39º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFDC9A is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 154 | - |
CMYK | 0 | 0.01 | 0.31 | 0.13 |
HSL | 57.39º | 0.52% | 0.74% | - |
HSV(B) | 57.39º | 0.31% | 0.87% | - |
XYZ | 61.86 | 69.21 | 40.67 | - |
YUV | 213.37 | 94.49 | 134.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 154 | 0 | 0.01 | 0.31 | 0.13 | 57.39 | 0.52 | 0.74 |
Hex | DF | DC | 9A | 0 | 1 | 1F | D | 39 | 34 | 4A |
Octal | 337 | 334 | 232 | 0 | 1 | 37 | 15 | 71 | 64 | 112 |
Binary | 11011111 | 11011100 | 10011010 | 0 | 1 | 11111 | 1101 | 111001 | 110100 | 1001010 |
Color Harmonies of #DFDC9A
Complementary color
Monochromatic Colors of #DFDC9A
Black with #DFDC9A
Text Example
Text Example
White with #DFDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC9A; }
p { color: rgb(223,220,154); }
H1.HeaderClassName
{
color: #DFDC9A;
}
.AnyTagClassName
{
color: #DFDC9A;
}
</style>
background-color css
<style>
a { background-color: #DFDC9A; }
a { background-color: rgb(223,220,154); }
div.DivClassName
{
background-color: #DFDC9A;
}
.BgClassName
{
background-color: #DFDC9A;
}
</style>
border-color css
<style>
span { border-color: #DFDC9A; }
span { border-color: rgb(223,220,154); }
td.TdClassName
{
border-color: #DFDC9A;
}
.TagClassName
{
border-color: #DFDC9A;
}
</style>