Shades of Primrose #DEDC8B
Tints of Primrose #DEDC8B
RGB
CMYK
RGB Variations
Color information
#DEDC8B (or 0xDEDC8B) is known color: Primrose. HEX triplet: DE, DC and 8B. RGB value is (222,220,139). Sum of RGB (Red+Green+Blue) = 222+220+139=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC8B is #212374. Grayscale: #D3D3D3. Windows color (decimal): -2171765 or 9166046. OLE color: 9166046.
HSL color Cylindrical-coordinate representation of color #DEDC8B: hue angle of 58.55º degrees, saturation: 0.56, 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 #DEDC8B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 139 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.13 |
| HSL | 58.55º | 0.56% | 0.71% | - |
| HSV(B) | 58.55º | 0.37% | 0.87% | - |
| XYZ | 60.38 | 68.58 | 34.48 | - |
| YUV | 211.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 139 | 0 | 0.01 | 0.37 | 0.13 | 58.55 | 0.56 | 0.71 |
| Hex | DE | DC | 8B | 0 | 1 | 25 | D | 3B | 38 | 47 |
| Octal | 336 | 334 | 213 | 0 | 1 | 45 | 15 | 73 | 70 | 107 |
| Binary | 11011110 | 11011100 | 10001011 | 0 | 1 | 100101 | 1101 | 111011 | 111000 | 1000111 |
Color Harmonies of #DEDC8B
Complementary color
Monochromatic Colors of #DEDC8B
Black with #DEDC8B
Text Example
Text Example
White with #DEDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC8B; }
p { color: rgb(222,220,139); }
H1.HeaderClassName
{
color: #DEDC8B;
}
.AnyTagClassName
{
color: #DEDC8B;
}
</style>
background-color css
<style>
a { background-color: #DEDC8B; }
a { background-color: rgb(222,220,139); }
div.DivClassName
{
background-color: #DEDC8B;
}
.BgClassName
{
background-color: #DEDC8B;
}
</style>
border-color css
<style>
span { border-color: #DEDC8B; }
span { border-color: rgb(222,220,139); }
td.TdClassName
{
border-color: #DEDC8B;
}
.TagClassName
{
border-color: #DEDC8B;
}
</style>