Shades of Barberry #D0CC1E
Tints of Barberry #D0CC1E
RGB
CMYK
RGB Variations
Color information
#D0CC1E (or 0xD0CC1E) is known color: Barberry. HEX triplet: D0, CC and 1E. RGB value is (208,204,30). Sum of RGB (Red+Green+Blue) = 208+204+30=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC1E is #2F33E1. Grayscale: #BABABA. Windows color (decimal): -3093474 or 2018512. OLE color: 2018512.
HSL color Cylindrical-coordinate representation of color #D0CC1E: hue angle of 58.65º 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 #D0CC1E is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 30 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.18 |
| HSL | 58.65º | 0.75% | 0.47% | - |
| HSV(B) | 58.65º | 0.86% | 0.82% | - |
| XYZ | 47.84 | 56.69 | 9.65 | - |
| YUV | 185.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 30 | 0 | 0.02 | 0.86 | 0.18 | 58.65 | 0.75 | 0.47 |
| Hex | D0 | CC | 1E | 0 | 2 | 56 | 12 | 3B | 4B | 2F |
| Octal | 320 | 314 | 36 | 0 | 2 | 126 | 22 | 73 | 113 | 57 |
| Binary | 11010000 | 11001100 | 11110 | 0 | 10 | 1010110 | 10010 | 111011 | 1001011 | 101111 |
Color Harmonies of #D0CC1E
Complementary color
Monochromatic Colors of #D0CC1E
Black with #D0CC1E
Text Example
Text Example
White with #D0CC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC1E; }
p { color: rgb(208,204,30); }
H1.HeaderClassName
{
color: #D0CC1E;
}
.AnyTagClassName
{
color: #D0CC1E;
}
</style>
background-color css
<style>
a { background-color: #D0CC1E; }
a { background-color: rgb(208,204,30); }
div.DivClassName
{
background-color: #D0CC1E;
}
.BgClassName
{
background-color: #D0CC1E;
}
</style>
border-color css
<style>
span { border-color: #D0CC1E; }
span { border-color: rgb(208,204,30); }
td.TdClassName
{
border-color: #D0CC1E;
}
.TagClassName
{
border-color: #D0CC1E;
}
</style>