Shades of Barberry #D1CE1F
Tints of Barberry #D1CE1F
RGB
CMYK
RGB Variations
Color information
#D1CE1F (or 0xD1CE1F) is known color: Barberry. HEX triplet: D1, CE and 1F. RGB value is (209,206,31). Sum of RGB (Red+Green+Blue) = 209+206+31=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE1F is #2E31E0. Grayscale: #BBBBBB. Windows color (decimal): -3027425 or 2084561. OLE color: 2084561.
HSL color Cylindrical-coordinate representation of color #D1CE1F: hue angle of 58.99º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1CE1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.18 |
| HSL | 58.99º | 0.74% | 0.47% | - |
| HSV(B) | 58.99º | 0.85% | 0.82% | - |
| XYZ | 48.61 | 57.8 | 9.89 | - |
| YUV | 186.95 | 39.99 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 31 | 0 | 0.01 | 0.85 | 0.18 | 58.99 | 0.74 | 0.47 |
| Hex | D1 | CE | 1F | 0 | 1 | 55 | 12 | 3B | 4A | 2F |
| Octal | 321 | 316 | 37 | 0 | 1 | 125 | 22 | 73 | 112 | 57 |
| Binary | 11010001 | 11001110 | 11111 | 0 | 1 | 1010101 | 10010 | 111011 | 1001010 | 101111 |
Color Harmonies of #D1CE1F
Complementary color
Monochromatic Colors of #D1CE1F
Black with #D1CE1F
Text Example
Text Example
White with #D1CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE1F; }
p { color: rgb(209,206,31); }
H1.HeaderClassName
{
color: #D1CE1F;
}
.AnyTagClassName
{
color: #D1CE1F;
}
</style>
background-color css
<style>
a { background-color: #D1CE1F; }
a { background-color: rgb(209,206,31); }
div.DivClassName
{
background-color: #D1CE1F;
}
.BgClassName
{
background-color: #D1CE1F;
}
</style>
border-color css
<style>
span { border-color: #D1CE1F; }
span { border-color: rgb(209,206,31); }
td.TdClassName
{
border-color: #D1CE1F;
}
.TagClassName
{
border-color: #D1CE1F;
}
</style>