Shades of Barberry #C8D01F
Tints of Barberry #C8D01F
RGB
CMYK
RGB Variations
Color information
#C8D01F (or 0xC8D01F) is known color: Barberry. HEX triplet: C8, D0 and 1F. RGB value is (200,208,31). Sum of RGB (Red+Green+Blue) = 200+208+31=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D01F is #372FE0. Grayscale: #BABABA. Windows color (decimal): -3616737 or 2085064. OLE color: 2085064.
HSL color Cylindrical-coordinate representation of color #C8D01F: hue angle of 62.71º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8D01F is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 31 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.18 |
| HSL | 62.71º | 0.74% | 0.47% | - |
| HSV(B) | 62.71º | 0.85% | 0.82% | - |
| XYZ | 46.62 | 57.49 | 9.94 | - |
| YUV | 185.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 31 | 0.04 | 0 | 0.85 | 0.18 | 62.71 | 0.74 | 0.47 |
| Hex | C8 | D0 | 1F | 4 | 0 | 55 | 12 | 3F | 4A | 2F |
| Octal | 310 | 320 | 37 | 4 | 0 | 125 | 22 | 77 | 112 | 57 |
| Binary | 11001000 | 11010000 | 11111 | 100 | 0 | 1010101 | 10010 | 111111 | 1001010 | 101111 |
Color Harmonies of #C8D01F
Complementary color
Monochromatic Colors of #C8D01F
Black with #C8D01F
Text Example
Text Example
White with #C8D01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D01F; }
p { color: rgb(200,208,31); }
H1.HeaderClassName
{
color: #C8D01F;
}
.AnyTagClassName
{
color: #C8D01F;
}
</style>
background-color css
<style>
a { background-color: #C8D01F; }
a { background-color: rgb(200,208,31); }
div.DivClassName
{
background-color: #C8D01F;
}
.BgClassName
{
background-color: #C8D01F;
}
</style>
border-color css
<style>
span { border-color: #C8D01F; }
span { border-color: rgb(200,208,31); }
td.TdClassName
{
border-color: #C8D01F;
}
.TagClassName
{
border-color: #C8D01F;
}
</style>