Shades of Barberry #D9CA29
Tints of Barberry #D9CA29
RGB
CMYK
RGB Variations
Color information
#D9CA29 (or 0xD9CA29) is known color: Barberry. HEX triplet: D9, CA and 29. RGB value is (217,202,41). Sum of RGB (Red+Green+Blue) = 217+202+41=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA29 is #2635D6. Grayscale: #BCBCBC. Windows color (decimal): -2504151 or 2738905. OLE color: 2738905.
HSL color Cylindrical-coordinate representation of color #D9CA29: hue angle of 54.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9CA29 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 41 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.15 |
| HSL | 54.89º | 0.7% | 0.51% | - |
| HSV(B) | 54.89º | 0.81% | 0.85% | - |
| XYZ | 50.14 | 57.15 | 10.49 | - |
| YUV | 188.13 | 44.97 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 41 | 0 | 0.07 | 0.81 | 0.15 | 54.89 | 0.7 | 0.51 |
| Hex | D9 | CA | 29 | 0 | 7 | 51 | F | 37 | 46 | 33 |
| Octal | 331 | 312 | 51 | 0 | 7 | 121 | 17 | 67 | 106 | 63 |
| Binary | 11011001 | 11001010 | 101001 | 0 | 111 | 1010001 | 1111 | 110111 | 1000110 | 110011 |
Color Harmonies of #D9CA29
Complementary color
Monochromatic Colors of #D9CA29
Black with #D9CA29
Text Example
Text Example
White with #D9CA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA29; }
p { color: rgb(217,202,41); }
H1.HeaderClassName
{
color: #D9CA29;
}
.AnyTagClassName
{
color: #D9CA29;
}
</style>
background-color css
<style>
a { background-color: #D9CA29; }
a { background-color: rgb(217,202,41); }
div.DivClassName
{
background-color: #D9CA29;
}
.BgClassName
{
background-color: #D9CA29;
}
</style>
border-color css
<style>
span { border-color: #D9CA29; }
span { border-color: rgb(217,202,41); }
td.TdClassName
{
border-color: #D9CA29;
}
.TagClassName
{
border-color: #D9CA29;
}
</style>