Shades of Barberry #CFD31D
Tints of Barberry #CFD31D
RGB
CMYK
RGB Variations
Color information
#CFD31D (or 0xCFD31D) is known color: Barberry. HEX triplet: CF, D3 and 1D. RGB value is (207,211,29). Sum of RGB (Red+Green+Blue) = 207+211+29=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD31D is #302CE2. Grayscale: #BDBDBD. Windows color (decimal): -3157219 or 1954767. OLE color: 1954767.
HSL color Cylindrical-coordinate representation of color #CFD31D: hue angle of 61.32º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFD31D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 29 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.17 |
| HSL | 61.32º | 0.76% | 0.47% | - |
| HSV(B) | 61.32º | 0.86% | 0.83% | - |
| XYZ | 49.25 | 59.94 | 10.14 | - |
| YUV | 189.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 29 | 0.02 | 0 | 0.86 | 0.17 | 61.32 | 0.76 | 0.47 |
| Hex | CF | D3 | 1D | 2 | 0 | 56 | 11 | 3D | 4C | 2F |
| Octal | 317 | 323 | 35 | 2 | 0 | 126 | 21 | 75 | 114 | 57 |
| Binary | 11001111 | 11010011 | 11101 | 10 | 0 | 1010110 | 10001 | 111101 | 1001100 | 101111 |
Color Harmonies of #CFD31D
Complementary color
Monochromatic Colors of #CFD31D
Black with #CFD31D
Text Example
Text Example
White with #CFD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD31D; }
p { color: rgb(207,211,29); }
H1.HeaderClassName
{
color: #CFD31D;
}
.AnyTagClassName
{
color: #CFD31D;
}
</style>
background-color css
<style>
a { background-color: #CFD31D; }
a { background-color: rgb(207,211,29); }
div.DivClassName
{
background-color: #CFD31D;
}
.BgClassName
{
background-color: #CFD31D;
}
</style>
border-color css
<style>
span { border-color: #CFD31D; }
span { border-color: rgb(207,211,29); }
td.TdClassName
{
border-color: #CFD31D;
}
.TagClassName
{
border-color: #CFD31D;
}
</style>