Shades of Primrose #DCDD8A
Tints of Primrose #DCDD8A
RGB
CMYK
RGB Variations
Color information
#DCDD8A (or 0xDCDD8A) is known color: Primrose. HEX triplet: DC, DD and 8A. RGB value is (220,221,138). Sum of RGB (Red+Green+Blue) = 220+221+138=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD8A is #232275. Grayscale: #D3D3D3. Windows color (decimal): -2302582 or 9100764. OLE color: 9100764.
HSL color Cylindrical-coordinate representation of color #DCDD8A: hue angle of 60.72º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCDD8A is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 138 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.13 |
| HSL | 60.72º | 0.55% | 0.7% | - |
| HSV(B) | 60.72º | 0.38% | 0.87% | - |
| XYZ | 59.96 | 68.76 | 34.16 | - |
| YUV | 211.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 138 | 0.00 | 0 | 0.38 | 0.13 | 60.72 | 0.55 | 0.7 |
| Hex | DC | DD | 8A | 0 | 0 | 26 | D | 3D | 37 | 46 |
| Octal | 334 | 335 | 212 | 0 | 0 | 46 | 15 | 75 | 67 | 106 |
| Binary | 11011100 | 11011101 | 10001010 | 0 | 0 | 100110 | 1101 | 111101 | 110111 | 1000110 |
Color Harmonies of #DCDD8A
Complementary color
Monochromatic Colors of #DCDD8A
Black with #DCDD8A
Text Example
Text Example
White with #DCDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD8A; }
p { color: rgb(220,221,138); }
H1.HeaderClassName
{
color: #DCDD8A;
}
.AnyTagClassName
{
color: #DCDD8A;
}
</style>
background-color css
<style>
a { background-color: #DCDD8A; }
a { background-color: rgb(220,221,138); }
div.DivClassName
{
background-color: #DCDD8A;
}
.BgClassName
{
background-color: #DCDD8A;
}
</style>
border-color css
<style>
span { border-color: #DCDD8A; }
span { border-color: rgb(220,221,138); }
td.TdClassName
{
border-color: #DCDD8A;
}
.TagClassName
{
border-color: #DCDD8A;
}
</style>