Shades of Barberry #D9CE26
Tints of Barberry #D9CE26
RGB
CMYK
RGB Variations
Color information
#D9CE26 (or 0xD9CE26) is known color: Barberry. HEX triplet: D9, CE and 26. RGB value is (217,206,38). Sum of RGB (Red+Green+Blue) = 217+206+38=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CE26 is #2631D9. Grayscale: #BEBEBE. Windows color (decimal): -2503130 or 2543321. OLE color: 2543321.
HSL color Cylindrical-coordinate representation of color #D9CE26: hue angle of 56.31º 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 #D9CE26 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 38 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.15 |
| HSL | 56.31º | 0.7% | 0.5% | - |
| HSV(B) | 56.31º | 0.82% | 0.85% | - |
| XYZ | 51.04 | 59.03 | 10.54 | - |
| YUV | 190.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 38 | 0 | 0.05 | 0.82 | 0.15 | 56.31 | 0.7 | 0.5 |
| Hex | D9 | CE | 26 | 0 | 5 | 52 | F | 38 | 46 | 32 |
| Octal | 331 | 316 | 46 | 0 | 5 | 122 | 17 | 70 | 106 | 62 |
| Binary | 11011001 | 11001110 | 100110 | 0 | 101 | 1010010 | 1111 | 111000 | 1000110 | 110010 |
Color Harmonies of #D9CE26
Complementary color
Monochromatic Colors of #D9CE26
Black with #D9CE26
Text Example
Text Example
White with #D9CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE26; }
p { color: rgb(217,206,38); }
H1.HeaderClassName
{
color: #D9CE26;
}
.AnyTagClassName
{
color: #D9CE26;
}
</style>
background-color css
<style>
a { background-color: #D9CE26; }
a { background-color: rgb(217,206,38); }
div.DivClassName
{
background-color: #D9CE26;
}
.BgClassName
{
background-color: #D9CE26;
}
</style>
border-color css
<style>
span { border-color: #D9CE26; }
span { border-color: rgb(217,206,38); }
td.TdClassName
{
border-color: #D9CE26;
}
.TagClassName
{
border-color: #D9CE26;
}
</style>