Shades of Primrose #DCD78B
Tints of Primrose #DCD78B
RGB
CMYK
RGB Variations
Color information
#DCD78B (or 0xDCD78B) is known color: Primrose. HEX triplet: DC, D7 and 8B. RGB value is (220,215,139). Sum of RGB (Red+Green+Blue) = 220+215+139=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD78B is #232874. Grayscale: #D0D0D0. Windows color (decimal): -2304117 or 9164764. OLE color: 9164764.
HSL color Cylindrical-coordinate representation of color #DCD78B: hue angle of 56.3º 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 #DCD78B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 139 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.14 |
| HSL | 56.3º | 0.54% | 0.7% | - |
| HSV(B) | 56.3º | 0.37% | 0.86% | - |
| XYZ | 58.48 | 65.68 | 34.02 | - |
| YUV | 207.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 139 | 0 | 0.02 | 0.37 | 0.14 | 56.3 | 0.54 | 0.7 |
| Hex | DC | D7 | 8B | 0 | 2 | 25 | E | 38 | 36 | 46 |
| Octal | 334 | 327 | 213 | 0 | 2 | 45 | 16 | 70 | 66 | 106 |
| Binary | 11011100 | 11010111 | 10001011 | 0 | 10 | 100101 | 1110 | 111000 | 110110 | 1000110 |
Color Harmonies of #DCD78B
Complementary color
Monochromatic Colors of #DCD78B
Black with #DCD78B
Text Example
Text Example
White with #DCD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD78B; }
p { color: rgb(220,215,139); }
H1.HeaderClassName
{
color: #DCD78B;
}
.AnyTagClassName
{
color: #DCD78B;
}
</style>
background-color css
<style>
a { background-color: #DCD78B; }
a { background-color: rgb(220,215,139); }
div.DivClassName
{
background-color: #DCD78B;
}
.BgClassName
{
background-color: #DCD78B;
}
</style>
border-color css
<style>
span { border-color: #DCD78B; }
span { border-color: rgb(220,215,139); }
td.TdClassName
{
border-color: #DCD78B;
}
.TagClassName
{
border-color: #DCD78B;
}
</style>