Shades of Barberry #D0CE1F
Tints of Barberry #D0CE1F
RGB
CMYK
RGB Variations
Color information
#D0CE1F (or 0xD0CE1F) is known color: Barberry. HEX triplet: D0, CE and 1F. RGB value is (208,206,31). Sum of RGB (Red+Green+Blue) = 208+206+31=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE1F is #2F31E0. Grayscale: #BBBBBB. Windows color (decimal): -3092961 or 2084560. OLE color: 2084560.
HSL color Cylindrical-coordinate representation of color #D0CE1F: hue angle of 59.32º 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 #D0CE1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.18 |
| HSL | 59.32º | 0.74% | 0.47% | - |
| HSV(B) | 59.32º | 0.85% | 0.82% | - |
| XYZ | 48.33 | 57.65 | 9.88 | - |
| YUV | 186.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 31 | 0 | 0.01 | 0.85 | 0.18 | 59.32 | 0.74 | 0.47 |
| Hex | D0 | CE | 1F | 0 | 1 | 55 | 12 | 3B | 4A | 2F |
| Octal | 320 | 316 | 37 | 0 | 1 | 125 | 22 | 73 | 112 | 57 |
| Binary | 11010000 | 11001110 | 11111 | 0 | 1 | 1010101 | 10010 | 111011 | 1001010 | 101111 |
Color Harmonies of #D0CE1F
Complementary color
Monochromatic Colors of #D0CE1F
Black with #D0CE1F
Text Example
Text Example
White with #D0CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE1F; }
p { color: rgb(208,206,31); }
H1.HeaderClassName
{
color: #D0CE1F;
}
.AnyTagClassName
{
color: #D0CE1F;
}
</style>
background-color css
<style>
a { background-color: #D0CE1F; }
a { background-color: rgb(208,206,31); }
div.DivClassName
{
background-color: #D0CE1F;
}
.BgClassName
{
background-color: #D0CE1F;
}
</style>
border-color css
<style>
span { border-color: #D0CE1F; }
span { border-color: rgb(208,206,31); }
td.TdClassName
{
border-color: #D0CE1F;
}
.TagClassName
{
border-color: #D0CE1F;
}
</style>