Shades of Barberry #CFD31E
Tints of Barberry #CFD31E
RGB
CMYK
RGB Variations
Color information
#CFD31E (or 0xCFD31E) is known color: Barberry. HEX triplet: CF, D3 and 1E. RGB value is (207,211,30). Sum of RGB (Red+Green+Blue) = 207+211+30=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD31E is #302CE1. Grayscale: #BDBDBD. Windows color (decimal): -3157218 or 2020303. OLE color: 2020303.
HSL color Cylindrical-coordinate representation of color #CFD31E: hue angle of 61.33º degrees, saturation: 0.75, 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 #CFD31E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 30 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.17 |
| HSL | 61.33º | 0.75% | 0.47% | - |
| HSV(B) | 61.33º | 0.86% | 0.83% | - |
| XYZ | 49.26 | 59.95 | 10.2 | - |
| YUV | 189.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 30 | 0.02 | 0 | 0.86 | 0.17 | 61.33 | 0.75 | 0.47 |
| Hex | CF | D3 | 1E | 2 | 0 | 56 | 11 | 3D | 4B | 2F |
| Octal | 317 | 323 | 36 | 2 | 0 | 126 | 21 | 75 | 113 | 57 |
| Binary | 11001111 | 11010011 | 11110 | 10 | 0 | 1010110 | 10001 | 111101 | 1001011 | 101111 |
Color Harmonies of #CFD31E
Complementary color
Monochromatic Colors of #CFD31E
Black with #CFD31E
Text Example
Text Example
White with #CFD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD31E; }
p { color: rgb(207,211,30); }
H1.HeaderClassName
{
color: #CFD31E;
}
.AnyTagClassName
{
color: #CFD31E;
}
</style>
background-color css
<style>
a { background-color: #CFD31E; }
a { background-color: rgb(207,211,30); }
div.DivClassName
{
background-color: #CFD31E;
}
.BgClassName
{
background-color: #CFD31E;
}
</style>
border-color css
<style>
span { border-color: #CFD31E; }
span { border-color: rgb(207,211,30); }
td.TdClassName
{
border-color: #CFD31E;
}
.TagClassName
{
border-color: #CFD31E;
}
</style>