Shades of Primrose #DCD88B
Tints of Primrose #DCD88B
RGB
CMYK
RGB Variations
Color information
#DCD88B (or 0xDCD88B) is known color: Primrose. HEX triplet: DC, D8 and 8B. RGB value is (220,216,139). Sum of RGB (Red+Green+Blue) = 220+216+139=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD88B is #232774. Grayscale: #D0D0D0. Windows color (decimal): -2303861 or 9165020. OLE color: 9165020.
HSL color Cylindrical-coordinate representation of color #DCD88B: hue angle of 57.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD88B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 139 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.14 |
| HSL | 57.04º | 0.54% | 0.7% | - |
| HSV(B) | 57.04º | 0.37% | 0.86% | - |
| XYZ | 58.73 | 66.19 | 34.11 | - |
| YUV | 208.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 139 | 0 | 0.02 | 0.37 | 0.14 | 57.04 | 0.54 | 0.7 |
| Hex | DC | D8 | 8B | 0 | 2 | 25 | E | 39 | 36 | 46 |
| Octal | 334 | 330 | 213 | 0 | 2 | 45 | 16 | 71 | 66 | 106 |
| Binary | 11011100 | 11011000 | 10001011 | 0 | 10 | 100101 | 1110 | 111001 | 110110 | 1000110 |
Color Harmonies of #DCD88B
Complementary color
Monochromatic Colors of #DCD88B
Black with #DCD88B
Text Example
Text Example
White with #DCD88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD88B; }
p { color: rgb(220,216,139); }
H1.HeaderClassName
{
color: #DCD88B;
}
.AnyTagClassName
{
color: #DCD88B;
}
</style>
background-color css
<style>
a { background-color: #DCD88B; }
a { background-color: rgb(220,216,139); }
div.DivClassName
{
background-color: #DCD88B;
}
.BgClassName
{
background-color: #DCD88B;
}
</style>
border-color css
<style>
span { border-color: #DCD88B; }
span { border-color: rgb(220,216,139); }
td.TdClassName
{
border-color: #DCD88B;
}
.TagClassName
{
border-color: #DCD88B;
}
</style>