Shades of Barberry #D9C925
Tints of Barberry #D9C925
RGB
CMYK
RGB Variations
Color information
#D9C925 (or 0xD9C925) is known color: Barberry. HEX triplet: D9, C9 and 25. RGB value is (217,201,37). Sum of RGB (Red+Green+Blue) = 217+201+37=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C925 is #2636DA. Grayscale: #BBBBBB. Windows color (decimal): -2504411 or 2476505. OLE color: 2476505.
HSL color Cylindrical-coordinate representation of color #D9C925: hue angle of 54.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 #D9C925 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 37 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.15 |
| HSL | 54.67º | 0.71% | 0.5% | - |
| HSV(B) | 54.67º | 0.83% | 0.85% | - |
| XYZ | 49.84 | 56.66 | 10.06 | - |
| YUV | 187.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 37 | 0 | 0.07 | 0.83 | 0.15 | 54.67 | 0.71 | 0.5 |
| Hex | D9 | C9 | 25 | 0 | 7 | 53 | F | 37 | 47 | 32 |
| Octal | 331 | 311 | 45 | 0 | 7 | 123 | 17 | 67 | 107 | 62 |
| Binary | 11011001 | 11001001 | 100101 | 0 | 111 | 1010011 | 1111 | 110111 | 1000111 | 110010 |
Color Harmonies of #D9C925
Complementary color
Monochromatic Colors of #D9C925
Black with #D9C925
Text Example
Text Example
White with #D9C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C925; }
p { color: rgb(217,201,37); }
H1.HeaderClassName
{
color: #D9C925;
}
.AnyTagClassName
{
color: #D9C925;
}
</style>
background-color css
<style>
a { background-color: #D9C925; }
a { background-color: rgb(217,201,37); }
div.DivClassName
{
background-color: #D9C925;
}
.BgClassName
{
background-color: #D9C925;
}
</style>
border-color css
<style>
span { border-color: #D9C925; }
span { border-color: rgb(217,201,37); }
td.TdClassName
{
border-color: #D9C925;
}
.TagClassName
{
border-color: #D9C925;
}
</style>