Shades of Primrose #DCDB82
Tints of Primrose #DCDB82
RGB
CMYK
RGB Variations
Color information
#DCDB82 (or 0xDCDB82) is known color: Primrose. HEX triplet: DC, DB and 82. RGB value is (220,219,130). Sum of RGB (Red+Green+Blue) = 220+219+130=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB82 is #23247D. Grayscale: #D1D1D1. Windows color (decimal): -2303102 or 8575964. OLE color: 8575964.
HSL color Cylindrical-coordinate representation of color #DCDB82: hue angle of 59.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCDB82 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 130 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.14 |
| HSL | 59.33º | 0.56% | 0.69% | - |
| HSV(B) | 59.33º | 0.41% | 0.86% | - |
| XYZ | 58.88 | 67.49 | 31.04 | - |
| YUV | 209.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 130 | 0 | 0.00 | 0.41 | 0.14 | 59.33 | 0.56 | 0.69 |
| Hex | DC | DB | 82 | 0 | 0 | 29 | E | 3B | 38 | 45 |
| Octal | 334 | 333 | 202 | 0 | 0 | 51 | 16 | 73 | 70 | 105 |
| Binary | 11011100 | 11011011 | 10000010 | 0 | 0 | 101001 | 1110 | 111011 | 111000 | 1000101 |
Color Harmonies of #DCDB82
Complementary color
Monochromatic Colors of #DCDB82
Black with #DCDB82
Text Example
Text Example
White with #DCDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB82; }
p { color: rgb(220,219,130); }
H1.HeaderClassName
{
color: #DCDB82;
}
.AnyTagClassName
{
color: #DCDB82;
}
</style>
background-color css
<style>
a { background-color: #DCDB82; }
a { background-color: rgb(220,219,130); }
div.DivClassName
{
background-color: #DCDB82;
}
.BgClassName
{
background-color: #DCDB82;
}
</style>
border-color css
<style>
span { border-color: #DCDB82; }
span { border-color: rgb(220,219,130); }
td.TdClassName
{
border-color: #DCDB82;
}
.TagClassName
{
border-color: #DCDB82;
}
</style>