Shades of Primrose #DCD68A
Tints of Primrose #DCD68A
RGB
CMYK
RGB Variations
Color information
#DCD68A (or 0xDCD68A) is known color: Primrose. HEX triplet: DC, D6 and 8A. RGB value is (220,214,138). Sum of RGB (Red+Green+Blue) = 220+214+138=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD68A is #232975. Grayscale: #CFCFCF. Windows color (decimal): -2304374 or 9098972. OLE color: 9098972.
HSL color Cylindrical-coordinate representation of color #DCD68A: hue angle of 55.61º 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 #DCD68A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 138 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.14 |
| HSL | 55.61º | 0.54% | 0.7% | - |
| HSV(B) | 55.61º | 0.37% | 0.86% | - |
| XYZ | 58.15 | 65.14 | 33.55 | - |
| YUV | 207.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 138 | 0 | 0.03 | 0.37 | 0.14 | 55.61 | 0.54 | 0.7 |
| Hex | DC | D6 | 8A | 0 | 3 | 25 | E | 38 | 36 | 46 |
| Octal | 334 | 326 | 212 | 0 | 3 | 45 | 16 | 70 | 66 | 106 |
| Binary | 11011100 | 11010110 | 10001010 | 0 | 11 | 100101 | 1110 | 111000 | 110110 | 1000110 |
Color Harmonies of #DCD68A
Complementary color
Monochromatic Colors of #DCD68A
Black with #DCD68A
Text Example
Text Example
White with #DCD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD68A; }
p { color: rgb(220,214,138); }
H1.HeaderClassName
{
color: #DCD68A;
}
.AnyTagClassName
{
color: #DCD68A;
}
</style>
background-color css
<style>
a { background-color: #DCD68A; }
a { background-color: rgb(220,214,138); }
div.DivClassName
{
background-color: #DCD68A;
}
.BgClassName
{
background-color: #DCD68A;
}
</style>
border-color css
<style>
span { border-color: #DCD68A; }
span { border-color: rgb(220,214,138); }
td.TdClassName
{
border-color: #DCD68A;
}
.TagClassName
{
border-color: #DCD68A;
}
</style>