Shades of Primrose #DCD78F
Tints of Primrose #DCD78F
RGB
CMYK
RGB Variations
Color information
#DCD78F (or 0xDCD78F) is known color: Primrose. HEX triplet: DC, D7 and 8F. RGB value is (220,215,143). Sum of RGB (Red+Green+Blue) = 220+215+143=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD78F is #232870. Grayscale: #D0D0D0. Windows color (decimal): -2304113 or 9426908. OLE color: 9426908.
HSL color Cylindrical-coordinate representation of color #DCD78F: hue angle of 56.1º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD78F is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 143 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.14 |
| HSL | 56.1º | 0.52% | 0.71% | - |
| HSV(B) | 56.1º | 0.35% | 0.86% | - |
| XYZ | 58.77 | 65.8 | 35.59 | - |
| YUV | 208.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 143 | 0 | 0.02 | 0.35 | 0.14 | 56.1 | 0.52 | 0.71 |
| Hex | DC | D7 | 8F | 0 | 2 | 23 | E | 38 | 34 | 47 |
| Octal | 334 | 327 | 217 | 0 | 2 | 43 | 16 | 70 | 64 | 107 |
| Binary | 11011100 | 11010111 | 10001111 | 0 | 10 | 100011 | 1110 | 111000 | 110100 | 1000111 |
Color Harmonies of #DCD78F
Complementary color
Monochromatic Colors of #DCD78F
Black with #DCD78F
Text Example
Text Example
White with #DCD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD78F; }
p { color: rgb(220,215,143); }
H1.HeaderClassName
{
color: #DCD78F;
}
.AnyTagClassName
{
color: #DCD78F;
}
</style>
background-color css
<style>
a { background-color: #DCD78F; }
a { background-color: rgb(220,215,143); }
div.DivClassName
{
background-color: #DCD78F;
}
.BgClassName
{
background-color: #DCD78F;
}
</style>
border-color css
<style>
span { border-color: #DCD78F; }
span { border-color: rgb(220,215,143); }
td.TdClassName
{
border-color: #DCD78F;
}
.TagClassName
{
border-color: #DCD78F;
}
</style>