Shades of Primrose #DCDB98
Tints of Primrose #DCDB98
RGB
CMYK
RGB Variations
Color information
#DCDB98 (or 0xDCDB98) is known color: Primrose. HEX triplet: DC, DB and 98. RGB value is (220,219,152). Sum of RGB (Red+Green+Blue) = 220+219+152=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB98 is #232467. Grayscale: #D3D3D3. Windows color (decimal): -2303080 or 10017756. OLE color: 10017756.
HSL color Cylindrical-coordinate representation of color #DCDB98: hue angle of 59.12º 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 #DCDB98 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 152 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.14 |
| HSL | 59.12º | 0.49% | 0.73% | - |
| HSV(B) | 59.12º | 0.31% | 0.86% | - |
| XYZ | 60.51 | 68.15 | 39.67 | - |
| YUV | 211.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 152 | 0 | 0.00 | 0.31 | 0.14 | 59.12 | 0.49 | 0.73 |
| Hex | DC | DB | 98 | 0 | 0 | 1F | E | 3B | 31 | 49 |
| Octal | 334 | 333 | 230 | 0 | 0 | 37 | 16 | 73 | 61 | 111 |
| Binary | 11011100 | 11011011 | 10011000 | 0 | 0 | 11111 | 1110 | 111011 | 110001 | 1001001 |
Color Harmonies of #DCDB98
Complementary color
Monochromatic Colors of #DCDB98
Black with #DCDB98
Text Example
Text Example
White with #DCDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB98; }
p { color: rgb(220,219,152); }
H1.HeaderClassName
{
color: #DCDB98;
}
.AnyTagClassName
{
color: #DCDB98;
}
</style>
background-color css
<style>
a { background-color: #DCDB98; }
a { background-color: rgb(220,219,152); }
div.DivClassName
{
background-color: #DCDB98;
}
.BgClassName
{
background-color: #DCDB98;
}
</style>
border-color css
<style>
span { border-color: #DCDB98; }
span { border-color: rgb(220,219,152); }
td.TdClassName
{
border-color: #DCDB98;
}
.TagClassName
{
border-color: #DCDB98;
}
</style>