Shades of Primrose #DCDB90
Tints of Primrose #DCDB90
RGB
CMYK
RGB Variations
Color information
#DCDB90 (or 0xDCDB90) is known color: Primrose. HEX triplet: DC, DB and 90. RGB value is (220,219,144). Sum of RGB (Red+Green+Blue) = 220+219+144=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB90 is #23246F. Grayscale: #D3D3D3. Windows color (decimal): -2303088 or 9493468. OLE color: 9493468.
HSL color Cylindrical-coordinate representation of color #DCDB90: hue angle of 59.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDB90 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 144 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.14 |
| HSL | 59.21º | 0.52% | 0.71% | - |
| HSV(B) | 59.21º | 0.35% | 0.86% | - |
| XYZ | 59.88 | 67.89 | 36.33 | - |
| YUV | 210.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 144 | 0 | 0.00 | 0.35 | 0.14 | 59.21 | 0.52 | 0.71 |
| Hex | DC | DB | 90 | 0 | 0 | 23 | E | 3B | 34 | 47 |
| Octal | 334 | 333 | 220 | 0 | 0 | 43 | 16 | 73 | 64 | 107 |
| Binary | 11011100 | 11011011 | 10010000 | 0 | 0 | 100011 | 1110 | 111011 | 110100 | 1000111 |
Color Harmonies of #DCDB90
Complementary color
Monochromatic Colors of #DCDB90
Black with #DCDB90
Text Example
Text Example
White with #DCDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB90; }
p { color: rgb(220,219,144); }
H1.HeaderClassName
{
color: #DCDB90;
}
.AnyTagClassName
{
color: #DCDB90;
}
</style>
background-color css
<style>
a { background-color: #DCDB90; }
a { background-color: rgb(220,219,144); }
div.DivClassName
{
background-color: #DCDB90;
}
.BgClassName
{
background-color: #DCDB90;
}
</style>
border-color css
<style>
span { border-color: #DCDB90; }
span { border-color: rgb(220,219,144); }
td.TdClassName
{
border-color: #DCDB90;
}
.TagClassName
{
border-color: #DCDB90;
}
</style>