Shades of Primrose #DADC83
Tints of Primrose #DADC83
RGB
CMYK
RGB Variations
Color information
#DADC83 (or 0xDADC83) is known color: Primrose. HEX triplet: DA, DC and 83. RGB value is (218,220,131). Sum of RGB (Red+Green+Blue) = 218+220+131=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC83 is #25237C. Grayscale: #D1D1D1. Windows color (decimal): -2433917 or 8641754. OLE color: 8641754.
HSL color Cylindrical-coordinate representation of color #DADC83: hue angle of 61.35º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADC83 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 131 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.14 |
| HSL | 61.35º | 0.56% | 0.69% | - |
| HSV(B) | 61.35º | 0.4% | 0.86% | - |
| XYZ | 58.6 | 67.73 | 31.46 | - |
| YUV | 209.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 131 | 0.01 | 0 | 0.40 | 0.14 | 61.35 | 0.56 | 0.69 |
| Hex | DA | DC | 83 | 1 | 0 | 28 | E | 3D | 38 | 45 |
| Octal | 332 | 334 | 203 | 1 | 0 | 50 | 16 | 75 | 70 | 105 |
| Binary | 11011010 | 11011100 | 10000011 | 1 | 0 | 101000 | 1110 | 111101 | 111000 | 1000101 |
Color Harmonies of #DADC83
Complementary color
Monochromatic Colors of #DADC83
Black with #DADC83
Text Example
Text Example
White with #DADC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC83; }
p { color: rgb(218,220,131); }
H1.HeaderClassName
{
color: #DADC83;
}
.AnyTagClassName
{
color: #DADC83;
}
</style>
background-color css
<style>
a { background-color: #DADC83; }
a { background-color: rgb(218,220,131); }
div.DivClassName
{
background-color: #DADC83;
}
.BgClassName
{
background-color: #DADC83;
}
</style>
border-color css
<style>
span { border-color: #DADC83; }
span { border-color: rgb(218,220,131); }
td.TdClassName
{
border-color: #DADC83;
}
.TagClassName
{
border-color: #DADC83;
}
</style>