Shades of Primrose #DCDC92
Tints of Primrose #DCDC92
RGB
CMYK
RGB Variations
Color information
#DCDC92 (or 0xDCDC92) is known color: Primrose. HEX triplet: DC, DC and 92. RGB value is (220,220,146). Sum of RGB (Red+Green+Blue) = 220+220+146=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC92 is #23236D. Grayscale: #D3D3D3. Windows color (decimal): -2302830 or 9624796. OLE color: 9624796.
HSL color Cylindrical-coordinate representation of color #DCDC92: hue angle of 60º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCDC92 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 146 | - |
| CMYK | 0 | 0 | 0.34 | 0.14 |
| HSL | 60º | 0.51% | 0.72% | - |
| HSV(B) | 60º | 0.34% | 0.86% | - |
| XYZ | 60.3 | 68.48 | 37.23 | - |
| YUV | 211.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 146 | 0 | 0 | 0.34 | 0.14 | 60 | 0.51 | 0.72 |
| Hex | DC | DC | 92 | 0 | 0 | 22 | E | 3C | 33 | 48 |
| Octal | 334 | 334 | 222 | 0 | 0 | 42 | 16 | 74 | 63 | 110 |
| Binary | 11011100 | 11011100 | 10010010 | 0 | 0 | 100010 | 1110 | 111100 | 110011 | 1001000 |
Color Harmonies of #DCDC92
Complementary color
Monochromatic Colors of #DCDC92
Black with #DCDC92
Text Example
Text Example
White with #DCDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC92; }
p { color: rgb(220,220,146); }
H1.HeaderClassName
{
color: #DCDC92;
}
.AnyTagClassName
{
color: #DCDC92;
}
</style>
background-color css
<style>
a { background-color: #DCDC92; }
a { background-color: rgb(220,220,146); }
div.DivClassName
{
background-color: #DCDC92;
}
.BgClassName
{
background-color: #DCDC92;
}
</style>
border-color css
<style>
span { border-color: #DCDC92; }
span { border-color: rgb(220,220,146); }
td.TdClassName
{
border-color: #DCDC92;
}
.TagClassName
{
border-color: #DCDC92;
}
</style>