Shades of Barberry #D5CE1E
Tints of Barberry #D5CE1E
RGB
CMYK
RGB Variations
Color information
#D5CE1E (or 0xD5CE1E) is known color: Barberry. HEX triplet: D5, CE and 1E. RGB value is (213,206,30). Sum of RGB (Red+Green+Blue) = 213+206+30=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE1E is #2A31E1. Grayscale: #BCBCBC. Windows color (decimal): -2765282 or 2019029. OLE color: 2019029.
HSL color Cylindrical-coordinate representation of color #D5CE1E: hue angle of 57.7º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5CE1E is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 30 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.16 |
| HSL | 57.7º | 0.75% | 0.48% | - |
| HSV(B) | 57.7º | 0.86% | 0.84% | - |
| XYZ | 49.75 | 58.38 | 9.88 | - |
| YUV | 188.03 | 38.82 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 30 | 0 | 0.03 | 0.86 | 0.16 | 57.7 | 0.75 | 0.48 |
| Hex | D5 | CE | 1E | 0 | 3 | 56 | 10 | 3A | 4B | 30 |
| Octal | 325 | 316 | 36 | 0 | 3 | 126 | 20 | 72 | 113 | 60 |
| Binary | 11010101 | 11001110 | 11110 | 0 | 11 | 1010110 | 10000 | 111010 | 1001011 | 110000 |
Color Harmonies of #D5CE1E
Complementary color
Monochromatic Colors of #D5CE1E
Black with #D5CE1E
Text Example
Text Example
White with #D5CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE1E; }
p { color: rgb(213,206,30); }
H1.HeaderClassName
{
color: #D5CE1E;
}
.AnyTagClassName
{
color: #D5CE1E;
}
</style>
background-color css
<style>
a { background-color: #D5CE1E; }
a { background-color: rgb(213,206,30); }
div.DivClassName
{
background-color: #D5CE1E;
}
.BgClassName
{
background-color: #D5CE1E;
}
</style>
border-color css
<style>
span { border-color: #D5CE1E; }
span { border-color: rgb(213,206,30); }
td.TdClassName
{
border-color: #D5CE1E;
}
.TagClassName
{
border-color: #D5CE1E;
}
</style>