Shades of Primrose #DCDC8F
Tints of Primrose #DCDC8F
RGB
CMYK
RGB Variations
Color information
#DCDC8F (or 0xDCDC8F) is known color: Primrose. HEX triplet: DC, DC and 8F. RGB value is (220,220,143). Sum of RGB (Red+Green+Blue) = 220+220+143=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC8F is #232370. Grayscale: #D3D3D3. Windows color (decimal): -2302833 or 9428188. OLE color: 9428188.
HSL color Cylindrical-coordinate representation of color #DCDC8F: hue angle of 60º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDC8F is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 143 | - |
| CMYK | 0 | 0 | 0.35 | 0.14 |
| HSL | 60º | 0.52% | 0.71% | - |
| HSV(B) | 60º | 0.35% | 0.86% | - |
| XYZ | 60.07 | 68.39 | 36.02 | - |
| YUV | 211.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 143 | 0 | 0 | 0.35 | 0.14 | 60 | 0.52 | 0.71 |
| Hex | DC | DC | 8F | 0 | 0 | 23 | E | 3C | 34 | 47 |
| Octal | 334 | 334 | 217 | 0 | 0 | 43 | 16 | 74 | 64 | 107 |
| Binary | 11011100 | 11011100 | 10001111 | 0 | 0 | 100011 | 1110 | 111100 | 110100 | 1000111 |
Color Harmonies of #DCDC8F
Complementary color
Monochromatic Colors of #DCDC8F
Black with #DCDC8F
Text Example
Text Example
White with #DCDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC8F; }
p { color: rgb(220,220,143); }
H1.HeaderClassName
{
color: #DCDC8F;
}
.AnyTagClassName
{
color: #DCDC8F;
}
</style>
background-color css
<style>
a { background-color: #DCDC8F; }
a { background-color: rgb(220,220,143); }
div.DivClassName
{
background-color: #DCDC8F;
}
.BgClassName
{
background-color: #DCDC8F;
}
</style>
border-color css
<style>
span { border-color: #DCDC8F; }
span { border-color: rgb(220,220,143); }
td.TdClassName
{
border-color: #DCDC8F;
}
.TagClassName
{
border-color: #DCDC8F;
}
</style>