Shades of Barberry #D0CA1C
Tints of Barberry #D0CA1C
RGB
CMYK
RGB Variations
Color information
#D0CA1C (or 0xD0CA1C) is known color: Barberry. HEX triplet: D0, CA and 1C. RGB value is (208,202,28). Sum of RGB (Red+Green+Blue) = 208+202+28=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CA1C is #2F35E3. Grayscale: #B8B8B8. Windows color (decimal): -3093988 or 1886928. OLE color: 1886928.
HSL color Cylindrical-coordinate representation of color #D0CA1C: hue angle of 58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0CA1C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.18 |
| HSL | 58º | 0.76% | 0.46% | - |
| HSV(B) | 58º | 0.87% | 0.82% | - |
| XYZ | 47.34 | 55.73 | 9.36 | - |
| YUV | 183.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 28 | 0 | 0.03 | 0.87 | 0.18 | 58 | 0.76 | 0.46 |
| Hex | D0 | CA | 1C | 0 | 3 | 57 | 12 | 3A | 4C | 2E |
| Octal | 320 | 312 | 34 | 0 | 3 | 127 | 22 | 72 | 114 | 56 |
| Binary | 11010000 | 11001010 | 11100 | 0 | 11 | 1010111 | 10010 | 111010 | 1001100 | 101110 |
Color Harmonies of #D0CA1C
Complementary color
Monochromatic Colors of #D0CA1C
Black with #D0CA1C
Text Example
Text Example
White with #D0CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA1C; }
p { color: rgb(208,202,28); }
H1.HeaderClassName
{
color: #D0CA1C;
}
.AnyTagClassName
{
color: #D0CA1C;
}
</style>
background-color css
<style>
a { background-color: #D0CA1C; }
a { background-color: rgb(208,202,28); }
div.DivClassName
{
background-color: #D0CA1C;
}
.BgClassName
{
background-color: #D0CA1C;
}
</style>
border-color css
<style>
span { border-color: #D0CA1C; }
span { border-color: rgb(208,202,28); }
td.TdClassName
{
border-color: #D0CA1C;
}
.TagClassName
{
border-color: #D0CA1C;
}
</style>