Shades of Primrose #DADD8B
Tints of Primrose #DADD8B
RGB
CMYK
RGB Variations
Color information
#DADD8B (or 0xDADD8B) is known color: Primrose. HEX triplet: DA, DD and 8B. RGB value is (218,221,139). Sum of RGB (Red+Green+Blue) = 218+221+139=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD8B is #252274. Grayscale: #D3D3D3. Windows color (decimal): -2433653 or 9166298. OLE color: 9166298.
HSL color Cylindrical-coordinate representation of color #DADD8B: hue angle of 62.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DADD8B is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 139 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.13 |
| HSL | 62.2º | 0.55% | 0.71% | - |
| HSV(B) | 62.2º | 0.37% | 0.87% | - |
| XYZ | 59.43 | 68.48 | 34.51 | - |
| YUV | 210.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 139 | 0.01 | 0 | 0.37 | 0.13 | 62.2 | 0.55 | 0.71 |
| Hex | DA | DD | 8B | 1 | 0 | 25 | D | 3E | 37 | 47 |
| Octal | 332 | 335 | 213 | 1 | 0 | 45 | 15 | 76 | 67 | 107 |
| Binary | 11011010 | 11011101 | 10001011 | 1 | 0 | 100101 | 1101 | 111110 | 110111 | 1000111 |
Color Harmonies of #DADD8B
Complementary color
Monochromatic Colors of #DADD8B
Black with #DADD8B
Text Example
Text Example
White with #DADD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD8B; }
p { color: rgb(218,221,139); }
H1.HeaderClassName
{
color: #DADD8B;
}
.AnyTagClassName
{
color: #DADD8B;
}
</style>
background-color css
<style>
a { background-color: #DADD8B; }
a { background-color: rgb(218,221,139); }
div.DivClassName
{
background-color: #DADD8B;
}
.BgClassName
{
background-color: #DADD8B;
}
</style>
border-color css
<style>
span { border-color: #DADD8B; }
span { border-color: rgb(218,221,139); }
td.TdClassName
{
border-color: #DADD8B;
}
.TagClassName
{
border-color: #DADD8B;
}
</style>