Shades of Primrose #DCDD92
Tints of Primrose #DCDD92
RGB
CMYK
RGB Variations
Color information
#DCDD92 (or 0xDCDD92) is known color: Primrose. HEX triplet: DC, DD and 92. RGB value is (220,221,146). Sum of RGB (Red+Green+Blue) = 220+221+146=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD92 is #23226D. Grayscale: #D4D4D4. Windows color (decimal): -2302574 or 9625052. OLE color: 9625052.
HSL color Cylindrical-coordinate representation of color #DCDD92: hue angle of 60.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCDD92 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 146 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.13 |
| HSL | 60.8º | 0.52% | 0.72% | - |
| HSV(B) | 60.8º | 0.34% | 0.87% | - |
| XYZ | 60.56 | 69 | 37.32 | - |
| YUV | 212.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 146 | 0.00 | 0 | 0.34 | 0.13 | 60.8 | 0.52 | 0.72 |
| Hex | DC | DD | 92 | 0 | 0 | 22 | D | 3D | 34 | 48 |
| Octal | 334 | 335 | 222 | 0 | 0 | 42 | 15 | 75 | 64 | 110 |
| Binary | 11011100 | 11011101 | 10010010 | 0 | 0 | 100010 | 1101 | 111101 | 110100 | 1001000 |
Color Harmonies of #DCDD92
Complementary color
Monochromatic Colors of #DCDD92
Black with #DCDD92
Text Example
Text Example
White with #DCDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD92; }
p { color: rgb(220,221,146); }
H1.HeaderClassName
{
color: #DCDD92;
}
.AnyTagClassName
{
color: #DCDD92;
}
</style>
background-color css
<style>
a { background-color: #DCDD92; }
a { background-color: rgb(220,221,146); }
div.DivClassName
{
background-color: #DCDD92;
}
.BgClassName
{
background-color: #DCDD92;
}
</style>
border-color css
<style>
span { border-color: #DCDD92; }
span { border-color: rgb(220,221,146); }
td.TdClassName
{
border-color: #DCDD92;
}
.TagClassName
{
border-color: #DCDD92;
}
</style>