Shades of Primrose #DCDA92
Tints of Primrose #DCDA92
RGB
CMYK
RGB Variations
Color information
#DCDA92 (or 0xDCDA92) is known color: Primrose. HEX triplet: DC, DA and 92. RGB value is (220,218,146). Sum of RGB (Red+Green+Blue) = 220+218+146=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA92 is #23256D. Grayscale: #D2D2D2. Windows color (decimal): -2303342 or 9624284. OLE color: 9624284.
HSL color Cylindrical-coordinate representation of color #DCDA92: hue angle of 58.38º 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 #DCDA92 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 146 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.14 |
| HSL | 58.38º | 0.51% | 0.72% | - |
| HSV(B) | 58.38º | 0.34% | 0.86% | - |
| XYZ | 59.77 | 67.43 | 37.06 | - |
| YUV | 210.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 146 | 0 | 0.01 | 0.34 | 0.14 | 58.38 | 0.51 | 0.72 |
| Hex | DC | DA | 92 | 0 | 1 | 22 | E | 3A | 33 | 48 |
| Octal | 334 | 332 | 222 | 0 | 1 | 42 | 16 | 72 | 63 | 110 |
| Binary | 11011100 | 11011010 | 10010010 | 0 | 1 | 100010 | 1110 | 111010 | 110011 | 1001000 |
Color Harmonies of #DCDA92
Complementary color
Monochromatic Colors of #DCDA92
Black with #DCDA92
Text Example
Text Example
White with #DCDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA92; }
p { color: rgb(220,218,146); }
H1.HeaderClassName
{
color: #DCDA92;
}
.AnyTagClassName
{
color: #DCDA92;
}
</style>
background-color css
<style>
a { background-color: #DCDA92; }
a { background-color: rgb(220,218,146); }
div.DivClassName
{
background-color: #DCDA92;
}
.BgClassName
{
background-color: #DCDA92;
}
</style>
border-color css
<style>
span { border-color: #DCDA92; }
span { border-color: rgb(220,218,146); }
td.TdClassName
{
border-color: #DCDA92;
}
.TagClassName
{
border-color: #DCDA92;
}
</style>