Shades of Barberry #D1CF22
Tints of Barberry #D1CF22
RGB
CMYK
RGB Variations
Color information
#D1CF22 (or 0xD1CF22) is known color: Barberry. HEX triplet: D1, CF and 22. RGB value is (209,207,34). Sum of RGB (Red+Green+Blue) = 209+207+34=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF22 is #2E30DD. Grayscale: #BCBCBC. Windows color (decimal): -3027166 or 2281425. OLE color: 2281425.
HSL color Cylindrical-coordinate representation of color #D1CF22: hue angle of 59.31º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1CF22 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 34 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.18 |
| HSL | 59.31º | 0.72% | 0.48% | - |
| HSV(B) | 59.31º | 0.84% | 0.82% | - |
| XYZ | 48.9 | 58.3 | 10.19 | - |
| YUV | 187.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 34 | 0 | 0.01 | 0.84 | 0.18 | 59.31 | 0.72 | 0.48 |
| Hex | D1 | CF | 22 | 0 | 1 | 54 | 12 | 3B | 48 | 30 |
| Octal | 321 | 317 | 42 | 0 | 1 | 124 | 22 | 73 | 110 | 60 |
| Binary | 11010001 | 11001111 | 100010 | 0 | 1 | 1010100 | 10010 | 111011 | 1001000 | 110000 |
Color Harmonies of #D1CF22
Complementary color
Monochromatic Colors of #D1CF22
Black with #D1CF22
Text Example
Text Example
White with #D1CF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF22; }
p { color: rgb(209,207,34); }
H1.HeaderClassName
{
color: #D1CF22;
}
.AnyTagClassName
{
color: #D1CF22;
}
</style>
background-color css
<style>
a { background-color: #D1CF22; }
a { background-color: rgb(209,207,34); }
div.DivClassName
{
background-color: #D1CF22;
}
.BgClassName
{
background-color: #D1CF22;
}
</style>
border-color css
<style>
span { border-color: #D1CF22; }
span { border-color: rgb(209,207,34); }
td.TdClassName
{
border-color: #D1CF22;
}
.TagClassName
{
border-color: #D1CF22;
}
</style>