Shades of Barberry #D6C925
Tints of Barberry #D6C925
RGB
CMYK
RGB Variations
Color information
#D6C925 (or 0xD6C925) is known color: Barberry. HEX triplet: D6, C9 and 25. RGB value is (214,201,37). Sum of RGB (Red+Green+Blue) = 214+201+37=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C925 is #2936DA. Grayscale: #BABABA. Windows color (decimal): -2701019 or 2476502. OLE color: 2476502.
HSL color Cylindrical-coordinate representation of color #D6C925: hue angle of 55.59º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6C925 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 37 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.16 |
| HSL | 55.59º | 0.71% | 0.49% | - |
| HSV(B) | 55.59º | 0.83% | 0.84% | - |
| XYZ | 48.95 | 56.2 | 10.02 | - |
| YUV | 186.19 | 43.81 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 37 | 0 | 0.06 | 0.83 | 0.16 | 55.59 | 0.71 | 0.49 |
| Hex | D6 | C9 | 25 | 0 | 6 | 53 | 10 | 38 | 47 | 31 |
| Octal | 326 | 311 | 45 | 0 | 6 | 123 | 20 | 70 | 107 | 61 |
| Binary | 11010110 | 11001001 | 100101 | 0 | 110 | 1010011 | 10000 | 111000 | 1000111 | 110001 |
Color Harmonies of #D6C925
Complementary color
Monochromatic Colors of #D6C925
Black with #D6C925
Text Example
Text Example
White with #D6C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C925; }
p { color: rgb(214,201,37); }
H1.HeaderClassName
{
color: #D6C925;
}
.AnyTagClassName
{
color: #D6C925;
}
</style>
background-color css
<style>
a { background-color: #D6C925; }
a { background-color: rgb(214,201,37); }
div.DivClassName
{
background-color: #D6C925;
}
.BgClassName
{
background-color: #D6C925;
}
</style>
border-color css
<style>
span { border-color: #D6C925; }
span { border-color: rgb(214,201,37); }
td.TdClassName
{
border-color: #D6C925;
}
.TagClassName
{
border-color: #D6C925;
}
</style>