Shades of Barberry #D0CF26
Tints of Barberry #D0CF26
RGB
CMYK
RGB Variations
Color information
#D0CF26 (or 0xD0CF26) is known color: Barberry. HEX triplet: D0, CF and 26. RGB value is (208,207,38). Sum of RGB (Red+Green+Blue) = 208+207+38=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF26 is #2F30D9. Grayscale: #BCBCBC. Windows color (decimal): -3092698 or 2543568. OLE color: 2543568.
HSL color Cylindrical-coordinate representation of color #D0CF26: hue angle of 59.65º 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 #D0CF26 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 38 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.18 |
| HSL | 59.65º | 0.69% | 0.48% | - |
| HSV(B) | 59.65º | 0.82% | 0.82% | - |
| XYZ | 48.68 | 58.18 | 10.5 | - |
| YUV | 188.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 38 | 0 | 0.00 | 0.82 | 0.18 | 59.65 | 0.69 | 0.48 |
| Hex | D0 | CF | 26 | 0 | 0 | 52 | 12 | 3C | 45 | 30 |
| Octal | 320 | 317 | 46 | 0 | 0 | 122 | 22 | 74 | 105 | 60 |
| Binary | 11010000 | 11001111 | 100110 | 0 | 0 | 1010010 | 10010 | 111100 | 1000101 | 110000 |
Color Harmonies of #D0CF26
Complementary color
Monochromatic Colors of #D0CF26
Black with #D0CF26
Text Example
Text Example
White with #D0CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF26; }
p { color: rgb(208,207,38); }
H1.HeaderClassName
{
color: #D0CF26;
}
.AnyTagClassName
{
color: #D0CF26;
}
</style>
background-color css
<style>
a { background-color: #D0CF26; }
a { background-color: rgb(208,207,38); }
div.DivClassName
{
background-color: #D0CF26;
}
.BgClassName
{
background-color: #D0CF26;
}
</style>
border-color css
<style>
span { border-color: #D0CF26; }
span { border-color: rgb(208,207,38); }
td.TdClassName
{
border-color: #D0CF26;
}
.TagClassName
{
border-color: #D0CF26;
}
</style>