Shades of Barberry #D0CB26
Tints of Barberry #D0CB26
RGB
CMYK
RGB Variations
Color information
#D0CB26 (or 0xD0CB26) is known color: Barberry. HEX triplet: D0, CB and 26. RGB value is (208,203,38). Sum of RGB (Red+Green+Blue) = 208+203+38=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB26 is #2F34D9. Grayscale: #BABABA. Windows color (decimal): -3093722 or 2542544. OLE color: 2542544.
HSL color Cylindrical-coordinate representation of color #D0CB26: hue angle of 58.24º 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 #D0CB26 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 38 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.18 |
| HSL | 58.24º | 0.69% | 0.48% | - |
| HSV(B) | 58.24º | 0.82% | 0.82% | - |
| XYZ | 47.72 | 56.26 | 10.18 | - |
| YUV | 185.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 38 | 0 | 0.02 | 0.82 | 0.18 | 58.24 | 0.69 | 0.48 |
| Hex | D0 | CB | 26 | 0 | 2 | 52 | 12 | 3A | 45 | 30 |
| Octal | 320 | 313 | 46 | 0 | 2 | 122 | 22 | 72 | 105 | 60 |
| Binary | 11010000 | 11001011 | 100110 | 0 | 10 | 1010010 | 10010 | 111010 | 1000101 | 110000 |
Color Harmonies of #D0CB26
Complementary color
Monochromatic Colors of #D0CB26
Black with #D0CB26
Text Example
Text Example
White with #D0CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB26; }
p { color: rgb(208,203,38); }
H1.HeaderClassName
{
color: #D0CB26;
}
.AnyTagClassName
{
color: #D0CB26;
}
</style>
background-color css
<style>
a { background-color: #D0CB26; }
a { background-color: rgb(208,203,38); }
div.DivClassName
{
background-color: #D0CB26;
}
.BgClassName
{
background-color: #D0CB26;
}
</style>
border-color css
<style>
span { border-color: #D0CB26; }
span { border-color: rgb(208,203,38); }
td.TdClassName
{
border-color: #D0CB26;
}
.TagClassName
{
border-color: #D0CB26;
}
</style>