Shades of Barberry #D1CF26
Tints of Barberry #D1CF26
RGB
CMYK
RGB Variations
Color information
#D1CF26 (or 0xD1CF26) is known color: Barberry. HEX triplet: D1, CF and 26. RGB value is (209,207,38). Sum of RGB (Red+Green+Blue) = 209+207+38=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF26 is #2E30D9. Grayscale: #BDBDBD. Windows color (decimal): -3027162 or 2543569. OLE color: 2543569.
HSL color Cylindrical-coordinate representation of color #D1CF26: hue angle of 59.3º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1CF26 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 38 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.18 |
| HSL | 59.3º | 0.69% | 0.48% | - |
| HSV(B) | 59.3º | 0.82% | 0.82% | - |
| XYZ | 48.96 | 58.32 | 10.51 | - |
| YUV | 188.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 38 | 0 | 0.01 | 0.82 | 0.18 | 59.3 | 0.69 | 0.48 |
| Hex | D1 | CF | 26 | 0 | 1 | 52 | 12 | 3B | 45 | 30 |
| Octal | 321 | 317 | 46 | 0 | 1 | 122 | 22 | 73 | 105 | 60 |
| Binary | 11010001 | 11001111 | 100110 | 0 | 1 | 1010010 | 10010 | 111011 | 1000101 | 110000 |
Color Harmonies of #D1CF26
Complementary color
Monochromatic Colors of #D1CF26
Black with #D1CF26
Text Example
Text Example
White with #D1CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF26; }
p { color: rgb(209,207,38); }
H1.HeaderClassName
{
color: #D1CF26;
}
.AnyTagClassName
{
color: #D1CF26;
}
</style>
background-color css
<style>
a { background-color: #D1CF26; }
a { background-color: rgb(209,207,38); }
div.DivClassName
{
background-color: #D1CF26;
}
.BgClassName
{
background-color: #D1CF26;
}
</style>
border-color css
<style>
span { border-color: #D1CF26; }
span { border-color: rgb(209,207,38); }
td.TdClassName
{
border-color: #D1CF26;
}
.TagClassName
{
border-color: #D1CF26;
}
</style>