Shades of Barberry #D8CE1F
Tints of Barberry #D8CE1F
RGB
CMYK
RGB Variations
Color information
#D8CE1F (or 0xD8CE1F) is known color: Barberry. HEX triplet: D8, CE and 1F. RGB value is (216,206,31). Sum of RGB (Red+Green+Blue) = 216+206+31=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CE1F is #2731E0. Grayscale: #BDBDBD. Windows color (decimal): -2568673 or 2084568. OLE color: 2084568.
HSL color Cylindrical-coordinate representation of color #D8CE1F: hue angle of 56.76º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8CE1F is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 31 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.15 |
| HSL | 56.76º | 0.75% | 0.48% | - |
| HSV(B) | 56.76º | 0.86% | 0.85% | - |
| XYZ | 50.64 | 58.84 | 9.98 | - |
| YUV | 189.04 | 38.81 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 31 | 0 | 0.05 | 0.86 | 0.15 | 56.76 | 0.75 | 0.48 |
| Hex | D8 | CE | 1F | 0 | 5 | 56 | F | 39 | 4B | 30 |
| Octal | 330 | 316 | 37 | 0 | 5 | 126 | 17 | 71 | 113 | 60 |
| Binary | 11011000 | 11001110 | 11111 | 0 | 101 | 1010110 | 1111 | 111001 | 1001011 | 110000 |
Color Harmonies of #D8CE1F
Complementary color
Monochromatic Colors of #D8CE1F
Black with #D8CE1F
Text Example
Text Example
White with #D8CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE1F; }
p { color: rgb(216,206,31); }
H1.HeaderClassName
{
color: #D8CE1F;
}
.AnyTagClassName
{
color: #D8CE1F;
}
</style>
background-color css
<style>
a { background-color: #D8CE1F; }
a { background-color: rgb(216,206,31); }
div.DivClassName
{
background-color: #D8CE1F;
}
.BgClassName
{
background-color: #D8CE1F;
}
</style>
border-color css
<style>
span { border-color: #D8CE1F; }
span { border-color: rgb(216,206,31); }
td.TdClassName
{
border-color: #D8CE1F;
}
.TagClassName
{
border-color: #D8CE1F;
}
</style>