Shades of Primrose #DCDB92
Tints of Primrose #DCDB92
RGB
CMYK
RGB Variations
Color information
#DCDB92 (or 0xDCDB92) is known color: Primrose. HEX triplet: DC, DB and 92. RGB value is (220,219,146). Sum of RGB (Red+Green+Blue) = 220+219+146=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB92 is #23246D. Grayscale: #D3D3D3. Windows color (decimal): -2303086 or 9624540. OLE color: 9624540.
HSL color Cylindrical-coordinate representation of color #DCDB92: hue angle of 59.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCDB92 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 146 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.14 |
| HSL | 59.19º | 0.51% | 0.72% | - |
| HSV(B) | 59.19º | 0.34% | 0.86% | - |
| XYZ | 60.04 | 67.95 | 37.15 | - |
| YUV | 210.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 146 | 0 | 0.00 | 0.34 | 0.14 | 59.19 | 0.51 | 0.72 |
| Hex | DC | DB | 92 | 0 | 0 | 22 | E | 3B | 33 | 48 |
| Octal | 334 | 333 | 222 | 0 | 0 | 42 | 16 | 73 | 63 | 110 |
| Binary | 11011100 | 11011011 | 10010010 | 0 | 0 | 100010 | 1110 | 111011 | 110011 | 1001000 |
Color Harmonies of #DCDB92
Complementary color
Monochromatic Colors of #DCDB92
Black with #DCDB92
Text Example
Text Example
White with #DCDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB92; }
p { color: rgb(220,219,146); }
H1.HeaderClassName
{
color: #DCDB92;
}
.AnyTagClassName
{
color: #DCDB92;
}
</style>
background-color css
<style>
a { background-color: #DCDB92; }
a { background-color: rgb(220,219,146); }
div.DivClassName
{
background-color: #DCDB92;
}
.BgClassName
{
background-color: #DCDB92;
}
</style>
border-color css
<style>
span { border-color: #DCDB92; }
span { border-color: rgb(220,219,146); }
td.TdClassName
{
border-color: #DCDB92;
}
.TagClassName
{
border-color: #DCDB92;
}
</style>