Shades of Barberry #D8CE26
Tints of Barberry #D8CE26
RGB
CMYK
RGB Variations
Color information
#D8CE26 (or 0xD8CE26) is known color: Barberry. HEX triplet: D8, CE and 26. RGB value is (216,206,38). Sum of RGB (Red+Green+Blue) = 216+206+38=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CE26 is #2731D9. Grayscale: #BEBEBE. Windows color (decimal): -2568666 or 2543320. OLE color: 2543320.
HSL color Cylindrical-coordinate representation of color #D8CE26: hue angle of 56.63º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8CE26 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 38 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.15 |
| HSL | 56.63º | 0.7% | 0.5% | - |
| HSV(B) | 56.63º | 0.82% | 0.85% | - |
| XYZ | 50.74 | 58.88 | 10.52 | - |
| YUV | 189.84 | 42.31 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 38 | 0 | 0.05 | 0.82 | 0.15 | 56.63 | 0.7 | 0.5 |
| Hex | D8 | CE | 26 | 0 | 5 | 52 | F | 39 | 46 | 32 |
| Octal | 330 | 316 | 46 | 0 | 5 | 122 | 17 | 71 | 106 | 62 |
| Binary | 11011000 | 11001110 | 100110 | 0 | 101 | 1010010 | 1111 | 111001 | 1000110 | 110010 |
Color Harmonies of #D8CE26
Complementary color
Monochromatic Colors of #D8CE26
Black with #D8CE26
Text Example
Text Example
White with #D8CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE26; }
p { color: rgb(216,206,38); }
H1.HeaderClassName
{
color: #D8CE26;
}
.AnyTagClassName
{
color: #D8CE26;
}
</style>
background-color css
<style>
a { background-color: #D8CE26; }
a { background-color: rgb(216,206,38); }
div.DivClassName
{
background-color: #D8CE26;
}
.BgClassName
{
background-color: #D8CE26;
}
</style>
border-color css
<style>
span { border-color: #D8CE26; }
span { border-color: rgb(216,206,38); }
td.TdClassName
{
border-color: #D8CE26;
}
.TagClassName
{
border-color: #D8CE26;
}
</style>