Shades of Barberry #D0C81E
Tints of Barberry #D0C81E
RGB
CMYK
RGB Variations
Color information
#D0C81E (or 0xD0C81E) is known color: Barberry. HEX triplet: D0, C8 and 1E. RGB value is (208,200,30). Sum of RGB (Red+Green+Blue) = 208+200+30=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C81E is #2F37E1. Grayscale: #B7B7B7. Windows color (decimal): -3094498 or 2017488. OLE color: 2017488.
HSL color Cylindrical-coordinate representation of color #D0C81E: hue angle of 57.3º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0C81E is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 30 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.18 |
| HSL | 57.3º | 0.75% | 0.47% | - |
| HSV(B) | 57.3º | 0.86% | 0.82% | - |
| XYZ | 46.9 | 54.81 | 9.34 | - |
| YUV | 183.01 | 41.65 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 30 | 0 | 0.04 | 0.86 | 0.18 | 57.3 | 0.75 | 0.47 |
| Hex | D0 | C8 | 1E | 0 | 4 | 56 | 12 | 39 | 4B | 2F |
| Octal | 320 | 310 | 36 | 0 | 4 | 126 | 22 | 71 | 113 | 57 |
| Binary | 11010000 | 11001000 | 11110 | 0 | 100 | 1010110 | 10010 | 111001 | 1001011 | 101111 |
Color Harmonies of #D0C81E
Complementary color
Monochromatic Colors of #D0C81E
Black with #D0C81E
Text Example
Text Example
White with #D0C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C81E; }
p { color: rgb(208,200,30); }
H1.HeaderClassName
{
color: #D0C81E;
}
.AnyTagClassName
{
color: #D0C81E;
}
</style>
background-color css
<style>
a { background-color: #D0C81E; }
a { background-color: rgb(208,200,30); }
div.DivClassName
{
background-color: #D0C81E;
}
.BgClassName
{
background-color: #D0C81E;
}
</style>
border-color css
<style>
span { border-color: #D0C81E; }
span { border-color: rgb(208,200,30); }
td.TdClassName
{
border-color: #D0C81E;
}
.TagClassName
{
border-color: #D0C81E;
}
</style>