Shades of Primrose #D8D38C
Tints of Primrose #D8D38C
RGB
CMYK
RGB Variations
Color information
#D8D38C (or 0xD8D38C) is known color: Primrose. HEX triplet: D8, D3 and 8C. RGB value is (216,211,140). Sum of RGB (Red+Green+Blue) = 216+211+140=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D38C is #272C73. Grayscale: #CCCCCC. Windows color (decimal): -2567284 or 9229272. OLE color: 9229272.
HSL color Cylindrical-coordinate representation of color #D8D38C: hue angle of 56.05º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8D38C is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 140 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.15 |
| HSL | 56.05º | 0.49% | 0.7% | - |
| HSV(B) | 56.05º | 0.35% | 0.85% | - |
| XYZ | 56.35 | 63.08 | 34.02 | - |
| YUV | 204.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 140 | 0 | 0.02 | 0.35 | 0.15 | 56.05 | 0.49 | 0.7 |
| Hex | D8 | D3 | 8C | 0 | 2 | 23 | F | 38 | 31 | 46 |
| Octal | 330 | 323 | 214 | 0 | 2 | 43 | 17 | 70 | 61 | 106 |
| Binary | 11011000 | 11010011 | 10001100 | 0 | 10 | 100011 | 1111 | 111000 | 110001 | 1000110 |
Color Harmonies of #D8D38C
Complementary color
Monochromatic Colors of #D8D38C
Black with #D8D38C
Text Example
Text Example
White with #D8D38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D38C; }
p { color: rgb(216,211,140); }
H1.HeaderClassName
{
color: #D8D38C;
}
.AnyTagClassName
{
color: #D8D38C;
}
</style>
background-color css
<style>
a { background-color: #D8D38C; }
a { background-color: rgb(216,211,140); }
div.DivClassName
{
background-color: #D8D38C;
}
.BgClassName
{
background-color: #D8D38C;
}
</style>
border-color css
<style>
span { border-color: #D8D38C; }
span { border-color: rgb(216,211,140); }
td.TdClassName
{
border-color: #D8D38C;
}
.TagClassName
{
border-color: #D8D38C;
}
</style>