Shades of Barberry #D9CA1F
Tints of Barberry #D9CA1F
RGB
CMYK
RGB Variations
Color information
#D9CA1F (or 0xD9CA1F) is known color: Barberry. HEX triplet: D9, CA and 1F. RGB value is (217,202,31). Sum of RGB (Red+Green+Blue) = 217+202+31=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA1F is #2635E0. Grayscale: #BBBBBB. Windows color (decimal): -2504161 or 2083545. OLE color: 2083545.
HSL color Cylindrical-coordinate representation of color #D9CA1F: hue angle of 55.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9CA1F is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 31 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.15 |
| HSL | 55.16º | 0.75% | 0.49% | - |
| HSV(B) | 55.16º | 0.86% | 0.85% | - |
| XYZ | 49.98 | 57.09 | 9.68 | - |
| YUV | 186.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 31 | 0 | 0.07 | 0.86 | 0.15 | 55.16 | 0.75 | 0.49 |
| Hex | D9 | CA | 1F | 0 | 7 | 56 | F | 37 | 4B | 31 |
| Octal | 331 | 312 | 37 | 0 | 7 | 126 | 17 | 67 | 113 | 61 |
| Binary | 11011001 | 11001010 | 11111 | 0 | 111 | 1010110 | 1111 | 110111 | 1001011 | 110001 |
Color Harmonies of #D9CA1F
Complementary color
Monochromatic Colors of #D9CA1F
Black with #D9CA1F
Text Example
Text Example
White with #D9CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA1F; }
p { color: rgb(217,202,31); }
H1.HeaderClassName
{
color: #D9CA1F;
}
.AnyTagClassName
{
color: #D9CA1F;
}
</style>
background-color css
<style>
a { background-color: #D9CA1F; }
a { background-color: rgb(217,202,31); }
div.DivClassName
{
background-color: #D9CA1F;
}
.BgClassName
{
background-color: #D9CA1F;
}
</style>
border-color css
<style>
span { border-color: #D9CA1F; }
span { border-color: rgb(217,202,31); }
td.TdClassName
{
border-color: #D9CA1F;
}
.TagClassName
{
border-color: #D9CA1F;
}
</style>