Shades of Barberry #D1CF1F
Tints of Barberry #D1CF1F
RGB
CMYK
RGB Variations
Color information
#D1CF1F (or 0xD1CF1F) is known color: Barberry. HEX triplet: D1, CF and 1F. RGB value is (209,207,31). Sum of RGB (Red+Green+Blue) = 209+207+31=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF1F is #2E30E0. Grayscale: #BCBCBC. Windows color (decimal): -3027169 or 2084817. OLE color: 2084817.
HSL color Cylindrical-coordinate representation of color #D1CF1F: hue angle of 59.33º 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 #D1CF1F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 31 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.18 |
| HSL | 59.33º | 0.74% | 0.47% | - |
| HSV(B) | 59.33º | 0.85% | 0.82% | - |
| XYZ | 48.85 | 58.28 | 9.97 | - |
| YUV | 187.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 31 | 0 | 0.01 | 0.85 | 0.18 | 59.33 | 0.74 | 0.47 |
| Hex | D1 | CF | 1F | 0 | 1 | 55 | 12 | 3B | 4A | 2F |
| Octal | 321 | 317 | 37 | 0 | 1 | 125 | 22 | 73 | 112 | 57 |
| Binary | 11010001 | 11001111 | 11111 | 0 | 1 | 1010101 | 10010 | 111011 | 1001010 | 101111 |
Color Harmonies of #D1CF1F
Complementary color
Monochromatic Colors of #D1CF1F
Black with #D1CF1F
Text Example
Text Example
White with #D1CF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF1F; }
p { color: rgb(209,207,31); }
H1.HeaderClassName
{
color: #D1CF1F;
}
.AnyTagClassName
{
color: #D1CF1F;
}
</style>
background-color css
<style>
a { background-color: #D1CF1F; }
a { background-color: rgb(209,207,31); }
div.DivClassName
{
background-color: #D1CF1F;
}
.BgClassName
{
background-color: #D1CF1F;
}
</style>
border-color css
<style>
span { border-color: #D1CF1F; }
span { border-color: rgb(209,207,31); }
td.TdClassName
{
border-color: #D1CF1F;
}
.TagClassName
{
border-color: #D1CF1F;
}
</style>