Shades of Primrose #DCDD93
Tints of Primrose #DCDD93
RGB
CMYK
RGB Variations
Color information
#DCDD93 (or 0xDCDD93) is known color: Primrose. HEX triplet: DC, DD and 93. RGB value is (220,221,147). Sum of RGB (Red+Green+Blue) = 220+221+147=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD93 is #23226C. Grayscale: #D4D4D4. Windows color (decimal): -2302573 or 9690588. OLE color: 9690588.
HSL color Cylindrical-coordinate representation of color #DCDD93: hue angle of 60.81º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCDD93 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 147 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.13 |
| HSL | 60.81º | 0.52% | 0.72% | - |
| HSV(B) | 60.81º | 0.33% | 0.87% | - |
| XYZ | 60.64 | 69.04 | 37.73 | - |
| YUV | 212.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 147 | 0.00 | 0 | 0.33 | 0.13 | 60.81 | 0.52 | 0.72 |
| Hex | DC | DD | 93 | 0 | 0 | 21 | D | 3D | 34 | 48 |
| Octal | 334 | 335 | 223 | 0 | 0 | 41 | 15 | 75 | 64 | 110 |
| Binary | 11011100 | 11011101 | 10010011 | 0 | 0 | 100001 | 1101 | 111101 | 110100 | 1001000 |
Color Harmonies of #DCDD93
Complementary color
Monochromatic Colors of #DCDD93
Black with #DCDD93
Text Example
Text Example
White with #DCDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD93; }
p { color: rgb(220,221,147); }
H1.HeaderClassName
{
color: #DCDD93;
}
.AnyTagClassName
{
color: #DCDD93;
}
</style>
background-color css
<style>
a { background-color: #DCDD93; }
a { background-color: rgb(220,221,147); }
div.DivClassName
{
background-color: #DCDD93;
}
.BgClassName
{
background-color: #DCDD93;
}
</style>
border-color css
<style>
span { border-color: #DCDD93; }
span { border-color: rgb(220,221,147); }
td.TdClassName
{
border-color: #DCDD93;
}
.TagClassName
{
border-color: #DCDD93;
}
</style>