Shades of Barberry #D8CF1C
Tints of Barberry #D8CF1C
RGB
CMYK
RGB Variations
Color information
#D8CF1C (or 0xD8CF1C) is known color: Barberry. HEX triplet: D8, CF and 1C. RGB value is (216,207,28). Sum of RGB (Red+Green+Blue) = 216+207+28=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF1C is #2730E3. Grayscale: #BEBEBE. Windows color (decimal): -2568420 or 1888216. OLE color: 1888216.
HSL color Cylindrical-coordinate representation of color #D8CF1C: hue angle of 57.13º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8CF1C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 28 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.15 |
| HSL | 57.13º | 0.77% | 0.48% | - |
| HSV(B) | 57.13º | 0.87% | 0.85% | - |
| XYZ | 50.84 | 59.31 | 9.87 | - |
| YUV | 189.29 | 36.98 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 28 | 0 | 0.04 | 0.87 | 0.15 | 57.13 | 0.77 | 0.48 |
| Hex | D8 | CF | 1C | 0 | 4 | 57 | F | 39 | 4D | 30 |
| Octal | 330 | 317 | 34 | 0 | 4 | 127 | 17 | 71 | 115 | 60 |
| Binary | 11011000 | 11001111 | 11100 | 0 | 100 | 1010111 | 1111 | 111001 | 1001101 | 110000 |
Color Harmonies of #D8CF1C
Complementary color
Monochromatic Colors of #D8CF1C
Black with #D8CF1C
Text Example
Text Example
White with #D8CF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF1C; }
p { color: rgb(216,207,28); }
H1.HeaderClassName
{
color: #D8CF1C;
}
.AnyTagClassName
{
color: #D8CF1C;
}
</style>
background-color css
<style>
a { background-color: #D8CF1C; }
a { background-color: rgb(216,207,28); }
div.DivClassName
{
background-color: #D8CF1C;
}
.BgClassName
{
background-color: #D8CF1C;
}
</style>
border-color css
<style>
span { border-color: #D8CF1C; }
span { border-color: rgb(216,207,28); }
td.TdClassName
{
border-color: #D8CF1C;
}
.TagClassName
{
border-color: #D8CF1C;
}
</style>