Shades of Barberry #CFD312
Tints of Barberry #CFD312
RGB
CMYK
RGB Variations
Color information
#CFD312 (or 0xCFD312) is known color: Barberry. HEX triplet: CF, D3 and 12. RGB value is (207,211,18). Sum of RGB (Red+Green+Blue) = 207+211+18=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD312 is #302CED. Grayscale: #BCBCBC. Windows color (decimal): -3157230 or 1233871. OLE color: 1233871.
HSL color Cylindrical-coordinate representation of color #CFD312: hue angle of 61.24º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD312 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 18 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.17 |
| HSL | 61.24º | 0.84% | 0.45% | - |
| HSV(B) | 61.24º | 0.91% | 0.83% | - |
| XYZ | 49.14 | 59.9 | 9.54 | - |
| YUV | 187.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 18 | 0.02 | 0 | 0.91 | 0.17 | 61.24 | 0.84 | 0.45 |
| Hex | CF | D3 | 12 | 2 | 0 | 5B | 11 | 3D | 54 | 2D |
| Octal | 317 | 323 | 22 | 2 | 0 | 133 | 21 | 75 | 124 | 55 |
| Binary | 11001111 | 11010011 | 10010 | 10 | 0 | 1011011 | 10001 | 111101 | 1010100 | 101101 |
Color Harmonies of #CFD312
Complementary color
Monochromatic Colors of #CFD312
Black with #CFD312
Text Example
Text Example
White with #CFD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD312; }
p { color: rgb(207,211,18); }
H1.HeaderClassName
{
color: #CFD312;
}
.AnyTagClassName
{
color: #CFD312;
}
</style>
background-color css
<style>
a { background-color: #CFD312; }
a { background-color: rgb(207,211,18); }
div.DivClassName
{
background-color: #CFD312;
}
.BgClassName
{
background-color: #CFD312;
}
</style>
border-color css
<style>
span { border-color: #CFD312; }
span { border-color: rgb(207,211,18); }
td.TdClassName
{
border-color: #CFD312;
}
.TagClassName
{
border-color: #CFD312;
}
</style>