Shades of Barberry #D7D01C
Tints of Barberry #D7D01C
RGB
CMYK
RGB Variations
Color information
#D7D01C (or 0xD7D01C) is known color: Barberry. HEX triplet: D7, D0 and 1C. RGB value is (215,208,28). Sum of RGB (Red+Green+Blue) = 215+208+28=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D01C is #282FE3. Grayscale: #BEBEBE. Windows color (decimal): -2633700 or 1888471. OLE color: 1888471.
HSL color Cylindrical-coordinate representation of color #D7D01C: hue angle of 57.75º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7D01C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.16 |
| HSL | 57.75º | 0.77% | 0.48% | - |
| HSV(B) | 57.75º | 0.87% | 0.84% | - |
| XYZ | 50.79 | 59.64 | 9.93 | - |
| YUV | 189.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 28 | 0 | 0.03 | 0.87 | 0.16 | 57.75 | 0.77 | 0.48 |
| Hex | D7 | D0 | 1C | 0 | 3 | 57 | 10 | 3A | 4D | 30 |
| Octal | 327 | 320 | 34 | 0 | 3 | 127 | 20 | 72 | 115 | 60 |
| Binary | 11010111 | 11010000 | 11100 | 0 | 11 | 1010111 | 10000 | 111010 | 1001101 | 110000 |
Color Harmonies of #D7D01C
Complementary color
Monochromatic Colors of #D7D01C
Black with #D7D01C
Text Example
Text Example
White with #D7D01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D01C; }
p { color: rgb(215,208,28); }
H1.HeaderClassName
{
color: #D7D01C;
}
.AnyTagClassName
{
color: #D7D01C;
}
</style>
background-color css
<style>
a { background-color: #D7D01C; }
a { background-color: rgb(215,208,28); }
div.DivClassName
{
background-color: #D7D01C;
}
.BgClassName
{
background-color: #D7D01C;
}
</style>
border-color css
<style>
span { border-color: #D7D01C; }
span { border-color: rgb(215,208,28); }
td.TdClassName
{
border-color: #D7D01C;
}
.TagClassName
{
border-color: #D7D01C;
}
</style>