Shades of Barberry #D9CC25
Tints of Barberry #D9CC25
RGB
CMYK
RGB Variations
Color information
#D9CC25 (or 0xD9CC25) is known color: Barberry. HEX triplet: D9, CC and 25. RGB value is (217,204,37). Sum of RGB (Red+Green+Blue) = 217+204+37=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC25 is #2633DA. Grayscale: #BDBDBD. Windows color (decimal): -2503643 or 2477273. OLE color: 2477273.
HSL color Cylindrical-coordinate representation of color #D9CC25: hue angle of 55.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9CC25 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 37 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.15 |
| HSL | 55.67º | 0.71% | 0.5% | - |
| HSV(B) | 55.67º | 0.83% | 0.85% | - |
| XYZ | 50.54 | 58.07 | 10.3 | - |
| YUV | 188.85 | 42.31 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 37 | 0 | 0.06 | 0.83 | 0.15 | 55.67 | 0.71 | 0.5 |
| Hex | D9 | CC | 25 | 0 | 6 | 53 | F | 38 | 47 | 32 |
| Octal | 331 | 314 | 45 | 0 | 6 | 123 | 17 | 70 | 107 | 62 |
| Binary | 11011001 | 11001100 | 100101 | 0 | 110 | 1010011 | 1111 | 111000 | 1000111 | 110010 |
Color Harmonies of #D9CC25
Complementary color
Monochromatic Colors of #D9CC25
Black with #D9CC25
Text Example
Text Example
White with #D9CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC25; }
p { color: rgb(217,204,37); }
H1.HeaderClassName
{
color: #D9CC25;
}
.AnyTagClassName
{
color: #D9CC25;
}
</style>
background-color css
<style>
a { background-color: #D9CC25; }
a { background-color: rgb(217,204,37); }
div.DivClassName
{
background-color: #D9CC25;
}
.BgClassName
{
background-color: #D9CC25;
}
</style>
border-color css
<style>
span { border-color: #D9CC25; }
span { border-color: rgb(217,204,37); }
td.TdClassName
{
border-color: #D9CC25;
}
.TagClassName
{
border-color: #D9CC25;
}
</style>