Shades of Barberry #D5CE1F
Tints of Barberry #D5CE1F
RGB
CMYK
RGB Variations
Color information
#D5CE1F (or 0xD5CE1F) is known color: Barberry. HEX triplet: D5, CE and 1F. RGB value is (213,206,31). Sum of RGB (Red+Green+Blue) = 213+206+31=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE1F is #2A31E0. Grayscale: #BCBCBC. Windows color (decimal): -2765281 or 2084565. OLE color: 2084565.
HSL color Cylindrical-coordinate representation of color #D5CE1F: hue angle of 57.69º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5CE1F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 31 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.16 |
| HSL | 57.69º | 0.75% | 0.48% | - |
| HSV(B) | 57.69º | 0.85% | 0.84% | - |
| XYZ | 49.76 | 58.39 | 9.94 | - |
| YUV | 188.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 31 | 0 | 0.03 | 0.85 | 0.16 | 57.69 | 0.75 | 0.48 |
| Hex | D5 | CE | 1F | 0 | 3 | 55 | 10 | 3A | 4B | 30 |
| Octal | 325 | 316 | 37 | 0 | 3 | 125 | 20 | 72 | 113 | 60 |
| Binary | 11010101 | 11001110 | 11111 | 0 | 11 | 1010101 | 10000 | 111010 | 1001011 | 110000 |
Color Harmonies of #D5CE1F
Complementary color
Monochromatic Colors of #D5CE1F
Black with #D5CE1F
Text Example
Text Example
White with #D5CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE1F; }
p { color: rgb(213,206,31); }
H1.HeaderClassName
{
color: #D5CE1F;
}
.AnyTagClassName
{
color: #D5CE1F;
}
</style>
background-color css
<style>
a { background-color: #D5CE1F; }
a { background-color: rgb(213,206,31); }
div.DivClassName
{
background-color: #D5CE1F;
}
.BgClassName
{
background-color: #D5CE1F;
}
</style>
border-color css
<style>
span { border-color: #D5CE1F; }
span { border-color: rgb(213,206,31); }
td.TdClassName
{
border-color: #D5CE1F;
}
.TagClassName
{
border-color: #D5CE1F;
}
</style>