Shades of Primrose #DCDA98
Tints of Primrose #DCDA98
RGB
CMYK
RGB Variations
Color information
#DCDA98 (or 0xDCDA98) is known color: Primrose. HEX triplet: DC, DA and 98. RGB value is (220,218,152). Sum of RGB (Red+Green+Blue) = 220+218+152=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA98 is #232567. Grayscale: #D3D3D3. Windows color (decimal): -2303336 or 10017500. OLE color: 10017500.
HSL color Cylindrical-coordinate representation of color #DCDA98: hue angle of 58.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCDA98 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 152 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.14 |
| HSL | 58.24º | 0.49% | 0.73% | - |
| HSV(B) | 58.24º | 0.31% | 0.86% | - |
| XYZ | 60.25 | 67.63 | 39.58 | - |
| YUV | 211.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 152 | 0 | 0.01 | 0.31 | 0.14 | 58.24 | 0.49 | 0.73 |
| Hex | DC | DA | 98 | 0 | 1 | 1F | E | 3A | 31 | 49 |
| Octal | 334 | 332 | 230 | 0 | 1 | 37 | 16 | 72 | 61 | 111 |
| Binary | 11011100 | 11011010 | 10011000 | 0 | 1 | 11111 | 1110 | 111010 | 110001 | 1001001 |
Color Harmonies of #DCDA98
Complementary color
Monochromatic Colors of #DCDA98
Black with #DCDA98
Text Example
Text Example
White with #DCDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA98; }
p { color: rgb(220,218,152); }
H1.HeaderClassName
{
color: #DCDA98;
}
.AnyTagClassName
{
color: #DCDA98;
}
</style>
background-color css
<style>
a { background-color: #DCDA98; }
a { background-color: rgb(220,218,152); }
div.DivClassName
{
background-color: #DCDA98;
}
.BgClassName
{
background-color: #DCDA98;
}
</style>
border-color css
<style>
span { border-color: #DCDA98; }
span { border-color: rgb(220,218,152); }
td.TdClassName
{
border-color: #DCDA98;
}
.TagClassName
{
border-color: #DCDA98;
}
</style>