Shades of Barberry #D2CF28
Tints of Barberry #D2CF28
RGB
CMYK
RGB Variations
Color information
#D2CF28 (or 0xD2CF28) is known color: Barberry. HEX triplet: D2, CF and 28. RGB value is (210,207,40). Sum of RGB (Red+Green+Blue) = 210+207+40=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF28 is #2D30D7. Grayscale: #BDBDBD. Windows color (decimal): -2961624 or 2674642. OLE color: 2674642.
HSL color Cylindrical-coordinate representation of color #D2CF28: hue angle of 58.94º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2CF28 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 40 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.18 |
| HSL | 58.94º | 0.68% | 0.49% | - |
| HSV(B) | 58.94º | 0.81% | 0.82% | - |
| XYZ | 49.27 | 58.48 | 10.7 | - |
| YUV | 188.86 | 43.99 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 40 | 0 | 0.01 | 0.81 | 0.18 | 58.94 | 0.68 | 0.49 |
| Hex | D2 | CF | 28 | 0 | 1 | 51 | 12 | 3B | 44 | 31 |
| Octal | 322 | 317 | 50 | 0 | 1 | 121 | 22 | 73 | 104 | 61 |
| Binary | 11010010 | 11001111 | 101000 | 0 | 1 | 1010001 | 10010 | 111011 | 1000100 | 110001 |
Color Harmonies of #D2CF28
Complementary color
Monochromatic Colors of #D2CF28
Black with #D2CF28
Text Example
Text Example
White with #D2CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF28; }
p { color: rgb(210,207,40); }
H1.HeaderClassName
{
color: #D2CF28;
}
.AnyTagClassName
{
color: #D2CF28;
}
</style>
background-color css
<style>
a { background-color: #D2CF28; }
a { background-color: rgb(210,207,40); }
div.DivClassName
{
background-color: #D2CF28;
}
.BgClassName
{
background-color: #D2CF28;
}
</style>
border-color css
<style>
span { border-color: #D2CF28; }
span { border-color: rgb(210,207,40); }
td.TdClassName
{
border-color: #D2CF28;
}
.TagClassName
{
border-color: #D2CF28;
}
</style>