Shades of Barberry #D1CC1F
Tints of Barberry #D1CC1F
RGB
CMYK
RGB Variations
Color information
#D1CC1F (or 0xD1CC1F) is known color: Barberry. HEX triplet: D1, CC and 1F. RGB value is (209,204,31). Sum of RGB (Red+Green+Blue) = 209+204+31=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC1F is #2E33E0. Grayscale: #BABABA. Windows color (decimal): -3027937 or 2084049. OLE color: 2084049.
HSL color Cylindrical-coordinate representation of color #D1CC1F: hue angle of 58.31º 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 #D1CC1F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.18 |
| HSL | 58.31º | 0.74% | 0.47% | - |
| HSV(B) | 58.31º | 0.85% | 0.82% | - |
| XYZ | 48.13 | 56.84 | 9.73 | - |
| YUV | 185.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 31 | 0 | 0.02 | 0.85 | 0.18 | 58.31 | 0.74 | 0.47 |
| Hex | D1 | CC | 1F | 0 | 2 | 55 | 12 | 3A | 4A | 2F |
| Octal | 321 | 314 | 37 | 0 | 2 | 125 | 22 | 72 | 112 | 57 |
| Binary | 11010001 | 11001100 | 11111 | 0 | 10 | 1010101 | 10010 | 111010 | 1001010 | 101111 |
Color Harmonies of #D1CC1F
Complementary color
Monochromatic Colors of #D1CC1F
Black with #D1CC1F
Text Example
Text Example
White with #D1CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CC1F; }
p { color: rgb(209,204,31); }
H1.HeaderClassName
{
color: #D1CC1F;
}
.AnyTagClassName
{
color: #D1CC1F;
}
</style>
background-color css
<style>
a { background-color: #D1CC1F; }
a { background-color: rgb(209,204,31); }
div.DivClassName
{
background-color: #D1CC1F;
}
.BgClassName
{
background-color: #D1CC1F;
}
</style>
border-color css
<style>
span { border-color: #D1CC1F; }
span { border-color: rgb(209,204,31); }
td.TdClassName
{
border-color: #D1CC1F;
}
.TagClassName
{
border-color: #D1CC1F;
}
</style>