Shades of Barberry #D2CF18
Tints of Barberry #D2CF18
RGB
CMYK
RGB Variations
Color information
#D2CF18 (or 0xD2CF18) is known color: Barberry. HEX triplet: D2, CF and 18. RGB value is (210,207,24). Sum of RGB (Red+Green+Blue) = 210+207+24=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CF18 is #2D30E7. Grayscale: #BBBBBB. Windows color (decimal): -2961640 or 1626066. OLE color: 1626066.
HSL color Cylindrical-coordinate representation of color #D2CF18: hue angle of 59.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2CF18 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 24 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.18 |
| HSL | 59.03º | 0.79% | 0.46% | - |
| HSV(B) | 59.03º | 0.89% | 0.82% | - |
| XYZ | 49.06 | 58.39 | 9.55 | - |
| YUV | 187.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 24 | 0 | 0.01 | 0.89 | 0.18 | 59.03 | 0.79 | 0.46 |
| Hex | D2 | CF | 18 | 0 | 1 | 59 | 12 | 3B | 4F | 2E |
| Octal | 322 | 317 | 30 | 0 | 1 | 131 | 22 | 73 | 117 | 56 |
| Binary | 11010010 | 11001111 | 11000 | 0 | 1 | 1011001 | 10010 | 111011 | 1001111 | 101110 |
Color Harmonies of #D2CF18
Complementary color
Monochromatic Colors of #D2CF18
Black with #D2CF18
Text Example
Text Example
White with #D2CF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF18; }
p { color: rgb(210,207,24); }
H1.HeaderClassName
{
color: #D2CF18;
}
.AnyTagClassName
{
color: #D2CF18;
}
</style>
background-color css
<style>
a { background-color: #D2CF18; }
a { background-color: rgb(210,207,24); }
div.DivClassName
{
background-color: #D2CF18;
}
.BgClassName
{
background-color: #D2CF18;
}
</style>
border-color css
<style>
span { border-color: #D2CF18; }
span { border-color: rgb(210,207,24); }
td.TdClassName
{
border-color: #D2CF18;
}
.TagClassName
{
border-color: #D2CF18;
}
</style>