Shades of Primrose #DCD68E
Tints of Primrose #DCD68E
RGB
CMYK
RGB Variations
Color information
#DCD68E (or 0xDCD68E) is known color: Primrose. HEX triplet: DC, D6 and 8E. RGB value is (220,214,142). Sum of RGB (Red+Green+Blue) = 220+214+142=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD68E is #232971. Grayscale: #CFCFCF. Windows color (decimal): -2304370 or 9361116. OLE color: 9361116.
HSL color Cylindrical-coordinate representation of color #DCD68E: hue angle of 55.38º degrees, saturation: 0.53, 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 #DCD68E is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 142 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.14 |
| HSL | 55.38º | 0.53% | 0.71% | - |
| HSV(B) | 55.38º | 0.35% | 0.86% | - |
| XYZ | 58.44 | 65.26 | 35.11 | - |
| YUV | 207.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 142 | 0 | 0.03 | 0.35 | 0.14 | 55.38 | 0.53 | 0.71 |
| Hex | DC | D6 | 8E | 0 | 3 | 23 | E | 37 | 35 | 47 |
| Octal | 334 | 326 | 216 | 0 | 3 | 43 | 16 | 67 | 65 | 107 |
| Binary | 11011100 | 11010110 | 10001110 | 0 | 11 | 100011 | 1110 | 110111 | 110101 | 1000111 |
Color Harmonies of #DCD68E
Complementary color
Monochromatic Colors of #DCD68E
Black with #DCD68E
Text Example
Text Example
White with #DCD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD68E; }
p { color: rgb(220,214,142); }
H1.HeaderClassName
{
color: #DCD68E;
}
.AnyTagClassName
{
color: #DCD68E;
}
</style>
background-color css
<style>
a { background-color: #DCD68E; }
a { background-color: rgb(220,214,142); }
div.DivClassName
{
background-color: #DCD68E;
}
.BgClassName
{
background-color: #DCD68E;
}
</style>
border-color css
<style>
span { border-color: #DCD68E; }
span { border-color: rgb(220,214,142); }
td.TdClassName
{
border-color: #DCD68E;
}
.TagClassName
{
border-color: #DCD68E;
}
</style>