Shades of Barberry #D5CF26
Tints of Barberry #D5CF26
RGB
CMYK
RGB Variations
Color information
#D5CF26 (or 0xD5CF26) is known color: Barberry. HEX triplet: D5, CF and 26. RGB value is (213,207,38). Sum of RGB (Red+Green+Blue) = 213+207+38=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF26 is #2A30D9. Grayscale: #BEBEBE. Windows color (decimal): -2765018 or 2543573. OLE color: 2543573.
HSL color Cylindrical-coordinate representation of color #D5CF26: hue angle of 57.94º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5CF26 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 38 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.16 |
| HSL | 57.94º | 0.7% | 0.49% | - |
| HSV(B) | 57.94º | 0.82% | 0.84% | - |
| XYZ | 50.1 | 58.91 | 10.56 | - |
| YUV | 189.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 38 | 0 | 0.03 | 0.82 | 0.16 | 57.94 | 0.7 | 0.49 |
| Hex | D5 | CF | 26 | 0 | 3 | 52 | 10 | 3A | 46 | 31 |
| Octal | 325 | 317 | 46 | 0 | 3 | 122 | 20 | 72 | 106 | 61 |
| Binary | 11010101 | 11001111 | 100110 | 0 | 11 | 1010010 | 10000 | 111010 | 1000110 | 110001 |
Color Harmonies of #D5CF26
Complementary color
Monochromatic Colors of #D5CF26
Black with #D5CF26
Text Example
Text Example
White with #D5CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF26; }
p { color: rgb(213,207,38); }
H1.HeaderClassName
{
color: #D5CF26;
}
.AnyTagClassName
{
color: #D5CF26;
}
</style>
background-color css
<style>
a { background-color: #D5CF26; }
a { background-color: rgb(213,207,38); }
div.DivClassName
{
background-color: #D5CF26;
}
.BgClassName
{
background-color: #D5CF26;
}
</style>
border-color css
<style>
span { border-color: #D5CF26; }
span { border-color: rgb(213,207,38); }
td.TdClassName
{
border-color: #D5CF26;
}
.TagClassName
{
border-color: #D5CF26;
}
</style>