Shades of Primrose #DBDB8D
Tints of Primrose #DBDB8D
RGB
CMYK
RGB Variations
Color information
#DBDB8D (or 0xDBDB8D) is known color: Primrose. HEX triplet: DB, DB and 8D. RGB value is (219,219,141). Sum of RGB (Red+Green+Blue) = 219+219+141=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB8D is #242472. Grayscale: #D2D2D2. Windows color (decimal): -2368627 or 9296859. OLE color: 9296859.
HSL color Cylindrical-coordinate representation of color #DBDB8D: hue angle of 60º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDB8D is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 141 | - |
CMYK | 0 | 0 | 0.36 | 0.14 |
HSL | 60º | 0.52% | 0.71% | - |
HSV(B) | 60º | 0.36% | 0.86% | - |
XYZ | 59.35 | 67.65 | 35.13 | - |
YUV | 210.11 | 89 | 134.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 141 | 0 | 0 | 0.36 | 0.14 | 60 | 0.52 | 0.71 |
Hex | DB | DB | 8D | 0 | 0 | 24 | E | 3C | 34 | 47 |
Octal | 333 | 333 | 215 | 0 | 0 | 44 | 16 | 74 | 64 | 107 |
Binary | 11011011 | 11011011 | 10001101 | 0 | 0 | 100100 | 1110 | 111100 | 110100 | 1000111 |
Color Harmonies of #DBDB8D
Complementary color
Monochromatic Colors of #DBDB8D
Black with #DBDB8D
Text Example
Text Example
White with #DBDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB8D; }
p { color: rgb(219,219,141); }
H1.HeaderClassName
{
color: #DBDB8D;
}
.AnyTagClassName
{
color: #DBDB8D;
}
</style>
background-color css
<style>
a { background-color: #DBDB8D; }
a { background-color: rgb(219,219,141); }
div.DivClassName
{
background-color: #DBDB8D;
}
.BgClassName
{
background-color: #DBDB8D;
}
</style>
border-color css
<style>
span { border-color: #DBDB8D; }
span { border-color: rgb(219,219,141); }
td.TdClassName
{
border-color: #DBDB8D;
}
.TagClassName
{
border-color: #DBDB8D;
}
</style>