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