Shades of Primrose #DED68A
Tints of Primrose #DED68A
RGB
CMYK
RGB Variations
Color information
#DED68A (or 0xDED68A) is known color: Primrose. HEX triplet: DE, D6 and 8A. RGB value is (222,214,138). Sum of RGB (Red+Green+Blue) = 222+214+138=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DED68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED68A is #212975. Grayscale: #D0D0D0. Windows color (decimal): -2173302 or 9098974. OLE color: 9098974.
HSL color Cylindrical-coordinate representation of color #DED68A: hue angle of 54.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DED68A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 138 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.13 |
| HSL | 54.29º | 0.56% | 0.71% | - |
| HSV(B) | 54.29º | 0.38% | 0.87% | - |
| XYZ | 58.76 | 65.46 | 33.58 | - |
| YUV | 207.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 138 | 0 | 0.04 | 0.38 | 0.13 | 54.29 | 0.56 | 0.71 |
| Hex | DE | D6 | 8A | 0 | 4 | 26 | D | 36 | 38 | 47 |
| Octal | 336 | 326 | 212 | 0 | 4 | 46 | 15 | 66 | 70 | 107 |
| Binary | 11011110 | 11010110 | 10001010 | 0 | 100 | 100110 | 1101 | 110110 | 111000 | 1000111 |
Color Harmonies of #DED68A
Complementary color
Monochromatic Colors of #DED68A
Black with #DED68A
Text Example
Text Example
White with #DED68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED68A; }
p { color: rgb(222,214,138); }
H1.HeaderClassName
{
color: #DED68A;
}
.AnyTagClassName
{
color: #DED68A;
}
</style>
background-color css
<style>
a { background-color: #DED68A; }
a { background-color: rgb(222,214,138); }
div.DivClassName
{
background-color: #DED68A;
}
.BgClassName
{
background-color: #DED68A;
}
</style>
border-color css
<style>
span { border-color: #DED68A; }
span { border-color: rgb(222,214,138); }
td.TdClassName
{
border-color: #DED68A;
}
.TagClassName
{
border-color: #DED68A;
}
</style>