Shades of Barberry #D8CE25
Tints of Barberry #D8CE25
RGB
CMYK
RGB Variations
Color information
#D8CE25 (or 0xD8CE25) is known color: Barberry. HEX triplet: D8, CE and 25. RGB value is (216,206,37). Sum of RGB (Red+Green+Blue) = 216+206+37=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CE25 is #2731DA. Grayscale: #BEBEBE. Windows color (decimal): -2568667 or 2477784. OLE color: 2477784.
HSL color Cylindrical-coordinate representation of color #D8CE25: hue angle of 56.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8CE25 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.15 |
| HSL | 56.65º | 0.71% | 0.5% | - |
| HSV(B) | 56.65º | 0.83% | 0.85% | - |
| XYZ | 50.72 | 58.88 | 10.44 | - |
| YUV | 189.72 | 41.81 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 37 | 0 | 0.05 | 0.83 | 0.15 | 56.65 | 0.71 | 0.5 |
| Hex | D8 | CE | 25 | 0 | 5 | 53 | F | 39 | 47 | 32 |
| Octal | 330 | 316 | 45 | 0 | 5 | 123 | 17 | 71 | 107 | 62 |
| Binary | 11011000 | 11001110 | 100101 | 0 | 101 | 1010011 | 1111 | 111001 | 1000111 | 110010 |
Color Harmonies of #D8CE25
Complementary color
Monochromatic Colors of #D8CE25
Black with #D8CE25
Text Example
Text Example
White with #D8CE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE25; }
p { color: rgb(216,206,37); }
H1.HeaderClassName
{
color: #D8CE25;
}
.AnyTagClassName
{
color: #D8CE25;
}
</style>
background-color css
<style>
a { background-color: #D8CE25; }
a { background-color: rgb(216,206,37); }
div.DivClassName
{
background-color: #D8CE25;
}
.BgClassName
{
background-color: #D8CE25;
}
</style>
border-color css
<style>
span { border-color: #D8CE25; }
span { border-color: rgb(216,206,37); }
td.TdClassName
{
border-color: #D8CE25;
}
.TagClassName
{
border-color: #D8CE25;
}
</style>