Shades of Barberry #D7CE18
Tints of Barberry #D7CE18
RGB
CMYK
RGB Variations
Color information
#D7CE18 (or 0xD7CE18) is known color: Barberry. HEX triplet: D7, CE and 18. RGB value is (215,206,24). Sum of RGB (Red+Green+Blue) = 215+206+24=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CE18 is #2831E7. Grayscale: #BCBCBC. Windows color (decimal): -2634216 or 1625815. OLE color: 1625815.
HSL color Cylindrical-coordinate representation of color #D7CE18: hue angle of 57.17º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7CE18 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 24 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.16 |
| HSL | 57.17º | 0.8% | 0.47% | - |
| HSV(B) | 57.17º | 0.89% | 0.84% | - |
| XYZ | 50.26 | 58.66 | 9.54 | - |
| YUV | 187.94 | 35.48 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 24 | 0 | 0.04 | 0.89 | 0.16 | 57.17 | 0.8 | 0.47 |
| Hex | D7 | CE | 18 | 0 | 4 | 59 | 10 | 39 | 50 | 2F |
| Octal | 327 | 316 | 30 | 0 | 4 | 131 | 20 | 71 | 120 | 57 |
| Binary | 11010111 | 11001110 | 11000 | 0 | 100 | 1011001 | 10000 | 111001 | 1010000 | 101111 |
Color Harmonies of #D7CE18
Complementary color
Monochromatic Colors of #D7CE18
Black with #D7CE18
Text Example
Text Example
White with #D7CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE18; }
p { color: rgb(215,206,24); }
H1.HeaderClassName
{
color: #D7CE18;
}
.AnyTagClassName
{
color: #D7CE18;
}
</style>
background-color css
<style>
a { background-color: #D7CE18; }
a { background-color: rgb(215,206,24); }
div.DivClassName
{
background-color: #D7CE18;
}
.BgClassName
{
background-color: #D7CE18;
}
</style>
border-color css
<style>
span { border-color: #D7CE18; }
span { border-color: rgb(215,206,24); }
td.TdClassName
{
border-color: #D7CE18;
}
.TagClassName
{
border-color: #D7CE18;
}
</style>