Shades of Barberry #D9C62C
Tints of Barberry #D9C62C
RGB
CMYK
RGB Variations
Color information
#D9C62C (or 0xD9C62C) is known color: Barberry. HEX triplet: D9, C6 and 2C. RGB value is (217,198,44). Sum of RGB (Red+Green+Blue) = 217+198+44=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C62C is #2639D3. Grayscale: #BABABA. Windows color (decimal): -2505172 or 2934489. OLE color: 2934489.
HSL color Cylindrical-coordinate representation of color #D9C62C: hue angle of 53.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9C62C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 44 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.15 |
| HSL | 53.41º | 0.69% | 0.51% | - |
| HSV(B) | 53.41º | 0.8% | 0.85% | - |
| XYZ | 49.26 | 55.32 | 10.46 | - |
| YUV | 186.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 44 | 0 | 0.09 | 0.80 | 0.15 | 53.41 | 0.69 | 0.51 |
| Hex | D9 | C6 | 2C | 0 | 9 | 50 | F | 35 | 45 | 33 |
| Octal | 331 | 306 | 54 | 0 | 11 | 120 | 17 | 65 | 105 | 63 |
| Binary | 11011001 | 11000110 | 101100 | 0 | 1001 | 1010000 | 1111 | 110101 | 1000101 | 110011 |
Color Harmonies of #D9C62C
Complementary color
Monochromatic Colors of #D9C62C
Black with #D9C62C
Text Example
Text Example
White with #D9C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C62C; }
p { color: rgb(217,198,44); }
H1.HeaderClassName
{
color: #D9C62C;
}
.AnyTagClassName
{
color: #D9C62C;
}
</style>
background-color css
<style>
a { background-color: #D9C62C; }
a { background-color: rgb(217,198,44); }
div.DivClassName
{
background-color: #D9C62C;
}
.BgClassName
{
background-color: #D9C62C;
}
</style>
border-color css
<style>
span { border-color: #D9C62C; }
span { border-color: rgb(217,198,44); }
td.TdClassName
{
border-color: #D9C62C;
}
.TagClassName
{
border-color: #D9C62C;
}
</style>