Shades of Primrose #DEDB8B
Tints of Primrose #DEDB8B
RGB
CMYK
RGB Variations
Color information
#DEDB8B (or 0xDEDB8B) is known color: Primrose. HEX triplet: DE, DB and 8B. RGB value is (222,219,139). Sum of RGB (Red+Green+Blue) = 222+219+139=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB8B is #212474. Grayscale: #D3D3D3. Windows color (decimal): -2172021 or 9165790. OLE color: 9165790.
HSL color Cylindrical-coordinate representation of color #DEDB8B: hue angle of 57.83º 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 #DEDB8B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 139 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.13 |
| HSL | 57.83º | 0.56% | 0.71% | - |
| HSV(B) | 57.83º | 0.37% | 0.87% | - |
| XYZ | 60.12 | 68.06 | 34.39 | - |
| YUV | 210.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 139 | 0 | 0.01 | 0.37 | 0.13 | 57.83 | 0.56 | 0.71 |
| Hex | DE | DB | 8B | 0 | 1 | 25 | D | 3A | 38 | 47 |
| Octal | 336 | 333 | 213 | 0 | 1 | 45 | 15 | 72 | 70 | 107 |
| Binary | 11011110 | 11011011 | 10001011 | 0 | 1 | 100101 | 1101 | 111010 | 111000 | 1000111 |
Color Harmonies of #DEDB8B
Complementary color
Monochromatic Colors of #DEDB8B
Black with #DEDB8B
Text Example
Text Example
White with #DEDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB8B; }
p { color: rgb(222,219,139); }
H1.HeaderClassName
{
color: #DEDB8B;
}
.AnyTagClassName
{
color: #DEDB8B;
}
</style>
background-color css
<style>
a { background-color: #DEDB8B; }
a { background-color: rgb(222,219,139); }
div.DivClassName
{
background-color: #DEDB8B;
}
.BgClassName
{
background-color: #DEDB8B;
}
</style>
border-color css
<style>
span { border-color: #DEDB8B; }
span { border-color: rgb(222,219,139); }
td.TdClassName
{
border-color: #DEDB8B;
}
.TagClassName
{
border-color: #DEDB8B;
}
</style>