Shades of Primrose #DCDD94
Tints of Primrose #DCDD94
RGB
CMYK
RGB Variations
Color information
#DCDD94 (or 0xDCDD94) is known color: Primrose. HEX triplet: DC, DD and 94. RGB value is (220,221,148). Sum of RGB (Red+Green+Blue) = 220+221+148=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD94 is #23226B. Grayscale: #D4D4D4. Windows color (decimal): -2302572 or 9756124. OLE color: 9756124.
HSL color Cylindrical-coordinate representation of color #DCDD94: hue angle of 60.82º 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 #DCDD94 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 148 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.13 |
| HSL | 60.82º | 0.52% | 0.72% | - |
| HSV(B) | 60.82º | 0.33% | 0.87% | - |
| XYZ | 60.72 | 69.07 | 38.15 | - |
| YUV | 212.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 148 | 0.00 | 0 | 0.33 | 0.13 | 60.82 | 0.52 | 0.72 |
| Hex | DC | DD | 94 | 0 | 0 | 21 | D | 3D | 34 | 48 |
| Octal | 334 | 335 | 224 | 0 | 0 | 41 | 15 | 75 | 64 | 110 |
| Binary | 11011100 | 11011101 | 10010100 | 0 | 0 | 100001 | 1101 | 111101 | 110100 | 1001000 |
Color Harmonies of #DCDD94
Complementary color
Monochromatic Colors of #DCDD94
Black with #DCDD94
Text Example
Text Example
White with #DCDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD94; }
p { color: rgb(220,221,148); }
H1.HeaderClassName
{
color: #DCDD94;
}
.AnyTagClassName
{
color: #DCDD94;
}
</style>
background-color css
<style>
a { background-color: #DCDD94; }
a { background-color: rgb(220,221,148); }
div.DivClassName
{
background-color: #DCDD94;
}
.BgClassName
{
background-color: #DCDD94;
}
</style>
border-color css
<style>
span { border-color: #DCDD94; }
span { border-color: rgb(220,221,148); }
td.TdClassName
{
border-color: #DCDD94;
}
.TagClassName
{
border-color: #DCDD94;
}
</style>