Shades of Barberry #D0C71F
Tints of Barberry #D0C71F
RGB
CMYK
RGB Variations
Color information
#D0C71F (or 0xD0C71F) is known color: Barberry. HEX triplet: D0, C7 and 1F. RGB value is (208,199,31). Sum of RGB (Red+Green+Blue) = 208+199+31=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C71F is #2F38E0. Grayscale: #B7B7B7. Windows color (decimal): -3094753 or 2082768. OLE color: 2082768.
HSL color Cylindrical-coordinate representation of color #D0C71F: hue angle of 56.95º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0C71F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 31 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.18 |
| HSL | 56.95º | 0.74% | 0.47% | - |
| HSV(B) | 56.95º | 0.85% | 0.82% | - |
| XYZ | 46.68 | 54.36 | 9.33 | - |
| YUV | 182.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 31 | 0 | 0.04 | 0.85 | 0.18 | 56.95 | 0.74 | 0.47 |
| Hex | D0 | C7 | 1F | 0 | 4 | 55 | 12 | 39 | 4A | 2F |
| Octal | 320 | 307 | 37 | 0 | 4 | 125 | 22 | 71 | 112 | 57 |
| Binary | 11010000 | 11000111 | 11111 | 0 | 100 | 1010101 | 10010 | 111001 | 1001010 | 101111 |
Color Harmonies of #D0C71F
Complementary color
Monochromatic Colors of #D0C71F
Black with #D0C71F
Text Example
Text Example
White with #D0C71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C71F; }
p { color: rgb(208,199,31); }
H1.HeaderClassName
{
color: #D0C71F;
}
.AnyTagClassName
{
color: #D0C71F;
}
</style>
background-color css
<style>
a { background-color: #D0C71F; }
a { background-color: rgb(208,199,31); }
div.DivClassName
{
background-color: #D0C71F;
}
.BgClassName
{
background-color: #D0C71F;
}
</style>
border-color css
<style>
span { border-color: #D0C71F; }
span { border-color: rgb(208,199,31); }
td.TdClassName
{
border-color: #D0C71F;
}
.TagClassName
{
border-color: #D0C71F;
}
</style>