Shades of Barberry #D8D027
Tints of Barberry #D8D027
RGB
CMYK
RGB Variations
Color information
#D8D027 (or 0xD8D027) is known color: Barberry. HEX triplet: D8, D0 and 27. RGB value is (216,208,39). Sum of RGB (Red+Green+Blue) = 216+208+39=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 39 (15.62% from 255 or 8.42% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D027 is #272FD8. Grayscale: #BFBFBF. Windows color (decimal): -2568153 or 2609368. OLE color: 2609368.
HSL color Cylindrical-coordinate representation of color #D8D027: hue angle of 57.29º degrees, saturation: 0.69, 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 #D8D027 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 39 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.15 |
| HSL | 57.29º | 0.69% | 0.5% | - |
| HSV(B) | 57.29º | 0.82% | 0.85% | - |
| XYZ | 51.24 | 59.86 | 10.77 | - |
| YUV | 191.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 39 | 0 | 0.04 | 0.82 | 0.15 | 57.29 | 0.69 | 0.5 |
| Hex | D8 | D0 | 27 | 0 | 4 | 52 | F | 39 | 45 | 32 |
| Octal | 330 | 320 | 47 | 0 | 4 | 122 | 17 | 71 | 105 | 62 |
| Binary | 11011000 | 11010000 | 100111 | 0 | 100 | 1010010 | 1111 | 111001 | 1000101 | 110010 |
Color Harmonies of #D8D027
Complementary color
Monochromatic Colors of #D8D027
Black with #D8D027
Text Example
Text Example
White with #D8D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D027; }
p { color: rgb(216,208,39); }
H1.HeaderClassName
{
color: #D8D027;
}
.AnyTagClassName
{
color: #D8D027;
}
</style>
background-color css
<style>
a { background-color: #D8D027; }
a { background-color: rgb(216,208,39); }
div.DivClassName
{
background-color: #D8D027;
}
.BgClassName
{
background-color: #D8D027;
}
</style>
border-color css
<style>
span { border-color: #D8D027; }
span { border-color: rgb(216,208,39); }
td.TdClassName
{
border-color: #D8D027;
}
.TagClassName
{
border-color: #D8D027;
}
</style>