Shades of Barberry #CFD813
Tints of Barberry #CFD813
RGB
CMYK
RGB Variations
Color information
#CFD813 (or 0xCFD813) is known color: Barberry. HEX triplet: CF, D8 and 13. RGB value is (207,216,19). Sum of RGB (Red+Green+Blue) = 207+216+19=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD813 is #3027EC. Grayscale: #BFBFBF. Windows color (decimal): -3155949 or 1300687. OLE color: 1300687.
HSL color Cylindrical-coordinate representation of color #CFD813: hue angle of 62.74º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD813 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 19 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.15 |
| HSL | 62.74º | 0.84% | 0.46% | - |
| HSV(B) | 62.74º | 0.91% | 0.85% | - |
| XYZ | 50.41 | 62.42 | 10.01 | - |
| YUV | 190.85 | 31.02 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 19 | 0.04 | 0 | 0.91 | 0.15 | 62.74 | 0.84 | 0.46 |
| Hex | CF | D8 | 13 | 4 | 0 | 5B | F | 3F | 54 | 2E |
| Octal | 317 | 330 | 23 | 4 | 0 | 133 | 17 | 77 | 124 | 56 |
| Binary | 11001111 | 11011000 | 10011 | 100 | 0 | 1011011 | 1111 | 111111 | 1010100 | 101110 |
Color Harmonies of #CFD813
Complementary color
Monochromatic Colors of #CFD813
Black with #CFD813
Text Example
Text Example
White with #CFD813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD813; }
p { color: rgb(207,216,19); }
H1.HeaderClassName
{
color: #CFD813;
}
.AnyTagClassName
{
color: #CFD813;
}
</style>
background-color css
<style>
a { background-color: #CFD813; }
a { background-color: rgb(207,216,19); }
div.DivClassName
{
background-color: #CFD813;
}
.BgClassName
{
background-color: #CFD813;
}
</style>
border-color css
<style>
span { border-color: #CFD813; }
span { border-color: rgb(207,216,19); }
td.TdClassName
{
border-color: #CFD813;
}
.TagClassName
{
border-color: #CFD813;
}
</style>