Shades of Barberry #CFD21B
Tints of Barberry #CFD21B
RGB
CMYK
RGB Variations
Color information
#CFD21B (or 0xCFD21B) is known color: Barberry. HEX triplet: CF, D2 and 1B. RGB value is (207,210,27). Sum of RGB (Red+Green+Blue) = 207+210+27=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD21B is #302DE4. Grayscale: #BCBCBC. Windows color (decimal): -3157477 or 1823439. OLE color: 1823439.
HSL color Cylindrical-coordinate representation of color #CFD21B: hue angle of 60.98º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFD21B is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 27 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.18 |
| HSL | 60.98º | 0.77% | 0.46% | - |
| HSV(B) | 60.98º | 0.87% | 0.82% | - |
| XYZ | 48.98 | 59.44 | 9.93 | - |
| YUV | 188.24 | 37.01 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 27 | 0.01 | 0 | 0.87 | 0.18 | 60.98 | 0.77 | 0.46 |
| Hex | CF | D2 | 1B | 1 | 0 | 57 | 12 | 3D | 4D | 2E |
| Octal | 317 | 322 | 33 | 1 | 0 | 127 | 22 | 75 | 115 | 56 |
| Binary | 11001111 | 11010010 | 11011 | 1 | 0 | 1010111 | 10010 | 111101 | 1001101 | 101110 |
Color Harmonies of #CFD21B
Complementary color
Monochromatic Colors of #CFD21B
Black with #CFD21B
Text Example
Text Example
White with #CFD21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD21B; }
p { color: rgb(207,210,27); }
H1.HeaderClassName
{
color: #CFD21B;
}
.AnyTagClassName
{
color: #CFD21B;
}
</style>
background-color css
<style>
a { background-color: #CFD21B; }
a { background-color: rgb(207,210,27); }
div.DivClassName
{
background-color: #CFD21B;
}
.BgClassName
{
background-color: #CFD21B;
}
</style>
border-color css
<style>
span { border-color: #CFD21B; }
span { border-color: rgb(207,210,27); }
td.TdClassName
{
border-color: #CFD21B;
}
.TagClassName
{
border-color: #CFD21B;
}
</style>