Shades of Barberry #D0C92A
Tints of Barberry #D0C92A
RGB
CMYK
RGB Variations
Color information
#D0C92A (or 0xD0C92A) is known color: Barberry. HEX triplet: D0, C9 and 2A. RGB value is (208,201,42). Sum of RGB (Red+Green+Blue) = 208+201+42=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C92A is #2F36D5. Grayscale: #B9B9B9. Windows color (decimal): -3094230 or 2804176. OLE color: 2804176.
HSL color Cylindrical-coordinate representation of color #D0C92A: hue angle of 57.47º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0C92A is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 42 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.18 |
| HSL | 57.47º | 0.66% | 0.49% | - |
| HSV(B) | 57.47º | 0.8% | 0.82% | - |
| XYZ | 47.32 | 55.35 | 10.38 | - |
| YUV | 184.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 42 | 0 | 0.03 | 0.80 | 0.18 | 57.47 | 0.66 | 0.49 |
| Hex | D0 | C9 | 2A | 0 | 3 | 50 | 12 | 39 | 42 | 31 |
| Octal | 320 | 311 | 52 | 0 | 3 | 120 | 22 | 71 | 102 | 61 |
| Binary | 11010000 | 11001001 | 101010 | 0 | 11 | 1010000 | 10010 | 111001 | 1000010 | 110001 |
Color Harmonies of #D0C92A
Complementary color
Monochromatic Colors of #D0C92A
Black with #D0C92A
Text Example
Text Example
White with #D0C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C92A; }
p { color: rgb(208,201,42); }
H1.HeaderClassName
{
color: #D0C92A;
}
.AnyTagClassName
{
color: #D0C92A;
}
</style>
background-color css
<style>
a { background-color: #D0C92A; }
a { background-color: rgb(208,201,42); }
div.DivClassName
{
background-color: #D0C92A;
}
.BgClassName
{
background-color: #D0C92A;
}
</style>
border-color css
<style>
span { border-color: #D0C92A; }
span { border-color: rgb(208,201,42); }
td.TdClassName
{
border-color: #D0C92A;
}
.TagClassName
{
border-color: #D0C92A;
}
</style>