Shades of Barberry #D7CE14
Tints of Barberry #D7CE14
RGB
CMYK
RGB Variations
Color information
#D7CE14 (or 0xD7CE14) is known color: Barberry. HEX triplet: D7, CE and 14. RGB value is (215,206,20). Sum of RGB (Red+Green+Blue) = 215+206+20=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CE14 is #2831EB. Grayscale: #BCBCBC. Windows color (decimal): -2634220 or 1363671. OLE color: 1363671.
HSL color Cylindrical-coordinate representation of color #D7CE14: hue angle of 57.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7CE14 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 20 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.16 |
| HSL | 57.23º | 0.83% | 0.46% | - |
| HSV(B) | 57.23º | 0.91% | 0.84% | - |
| XYZ | 50.22 | 58.64 | 9.33 | - |
| YUV | 187.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 20 | 0 | 0.04 | 0.91 | 0.16 | 57.23 | 0.83 | 0.46 |
| Hex | D7 | CE | 14 | 0 | 4 | 5B | 10 | 39 | 53 | 2E |
| Octal | 327 | 316 | 24 | 0 | 4 | 133 | 20 | 71 | 123 | 56 |
| Binary | 11010111 | 11001110 | 10100 | 0 | 100 | 1011011 | 10000 | 111001 | 1010011 | 101110 |
Color Harmonies of #D7CE14
Complementary color
Monochromatic Colors of #D7CE14
Black with #D7CE14
Text Example
Text Example
White with #D7CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE14; }
p { color: rgb(215,206,20); }
H1.HeaderClassName
{
color: #D7CE14;
}
.AnyTagClassName
{
color: #D7CE14;
}
</style>
background-color css
<style>
a { background-color: #D7CE14; }
a { background-color: rgb(215,206,20); }
div.DivClassName
{
background-color: #D7CE14;
}
.BgClassName
{
background-color: #D7CE14;
}
</style>
border-color css
<style>
span { border-color: #D7CE14; }
span { border-color: rgb(215,206,20); }
td.TdClassName
{
border-color: #D7CE14;
}
.TagClassName
{
border-color: #D7CE14;
}
</style>