Shades of Barberry #D8CB26
Tints of Barberry #D8CB26
RGB
CMYK
RGB Variations
Color information
#D8CB26 (or 0xD8CB26) is known color: Barberry. HEX triplet: D8, CB and 26. RGB value is (216,203,38). Sum of RGB (Red+Green+Blue) = 216+203+38=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB26 is #2734D9. Grayscale: #BCBCBC. Windows color (decimal): -2569434 or 2542552. OLE color: 2542552.
HSL color Cylindrical-coordinate representation of color #D8CB26: hue angle of 55.62º 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 #D8CB26 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 38 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.15 |
| HSL | 55.62º | 0.7% | 0.5% | - |
| HSV(B) | 55.62º | 0.82% | 0.85% | - |
| XYZ | 50.02 | 57.45 | 10.29 | - |
| YUV | 188.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 38 | 0 | 0.06 | 0.82 | 0.15 | 55.62 | 0.7 | 0.5 |
| Hex | D8 | CB | 26 | 0 | 6 | 52 | F | 38 | 46 | 32 |
| Octal | 330 | 313 | 46 | 0 | 6 | 122 | 17 | 70 | 106 | 62 |
| Binary | 11011000 | 11001011 | 100110 | 0 | 110 | 1010010 | 1111 | 111000 | 1000110 | 110010 |
Color Harmonies of #D8CB26
Complementary color
Monochromatic Colors of #D8CB26
Black with #D8CB26
Text Example
Text Example
White with #D8CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB26; }
p { color: rgb(216,203,38); }
H1.HeaderClassName
{
color: #D8CB26;
}
.AnyTagClassName
{
color: #D8CB26;
}
</style>
background-color css
<style>
a { background-color: #D8CB26; }
a { background-color: rgb(216,203,38); }
div.DivClassName
{
background-color: #D8CB26;
}
.BgClassName
{
background-color: #D8CB26;
}
</style>
border-color css
<style>
span { border-color: #D8CB26; }
span { border-color: rgb(216,203,38); }
td.TdClassName
{
border-color: #D8CB26;
}
.TagClassName
{
border-color: #D8CB26;
}
</style>