Shades of Barberry #D9C81C
Tints of Barberry #D9C81C
RGB
CMYK
RGB Variations
Color information
#D9C81C (or 0xD9C81C) is known color: Barberry. HEX triplet: D9, C8 and 1C. RGB value is (217,200,28). Sum of RGB (Red+Green+Blue) = 217+200+28=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C81C is #2637E3. Grayscale: #BABABA. Windows color (decimal): -2504676 or 1886425. OLE color: 1886425.
HSL color Cylindrical-coordinate representation of color #D9C81C: hue angle of 54.6º 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 #D9C81C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 28 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.15 |
| HSL | 54.6º | 0.77% | 0.48% | - |
| HSV(B) | 54.6º | 0.87% | 0.85% | - |
| XYZ | 49.48 | 56.14 | 9.33 | - |
| YUV | 185.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 28 | 0 | 0.08 | 0.87 | 0.15 | 54.6 | 0.77 | 0.48 |
| Hex | D9 | C8 | 1C | 0 | 8 | 57 | F | 37 | 4D | 30 |
| Octal | 331 | 310 | 34 | 0 | 10 | 127 | 17 | 67 | 115 | 60 |
| Binary | 11011001 | 11001000 | 11100 | 0 | 1000 | 1010111 | 1111 | 110111 | 1001101 | 110000 |
Color Harmonies of #D9C81C
Complementary color
Monochromatic Colors of #D9C81C
Black with #D9C81C
Text Example
Text Example
White with #D9C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C81C; }
p { color: rgb(217,200,28); }
H1.HeaderClassName
{
color: #D9C81C;
}
.AnyTagClassName
{
color: #D9C81C;
}
</style>
background-color css
<style>
a { background-color: #D9C81C; }
a { background-color: rgb(217,200,28); }
div.DivClassName
{
background-color: #D9C81C;
}
.BgClassName
{
background-color: #D9C81C;
}
</style>
border-color css
<style>
span { border-color: #D9C81C; }
span { border-color: rgb(217,200,28); }
td.TdClassName
{
border-color: #D9C81C;
}
.TagClassName
{
border-color: #D9C81C;
}
</style>