Shades of Barberry #CFCE29
Tints of Barberry #CFCE29
RGB
CMYK
RGB Variations
Color information
#CFCE29 (or 0xCFCE29) is known color: Barberry. HEX triplet: CF, CE and 29. RGB value is (207,206,41). Sum of RGB (Red+Green+Blue) = 207+206+41=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE29 is #3031D6. Grayscale: #BCBCBC. Windows color (decimal): -3158487 or 2739919. OLE color: 2739919.
HSL color Cylindrical-coordinate representation of color #CFCE29: hue angle of 59.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFCE29 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 41 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.19 |
| HSL | 59.64º | 0.67% | 0.49% | - |
| HSV(B) | 59.64º | 0.8% | 0.81% | - |
| XYZ | 48.2 | 57.57 | 10.67 | - |
| YUV | 187.49 | 45.33 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 41 | 0 | 0.00 | 0.80 | 0.19 | 59.64 | 0.67 | 0.49 |
| Hex | CF | CE | 29 | 0 | 0 | 50 | 13 | 3C | 43 | 31 |
| Octal | 317 | 316 | 51 | 0 | 0 | 120 | 23 | 74 | 103 | 61 |
| Binary | 11001111 | 11001110 | 101001 | 0 | 0 | 1010000 | 10011 | 111100 | 1000011 | 110001 |
Color Harmonies of #CFCE29
Complementary color
Monochromatic Colors of #CFCE29
Black with #CFCE29
Text Example
Text Example
White with #CFCE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE29; }
p { color: rgb(207,206,41); }
H1.HeaderClassName
{
color: #CFCE29;
}
.AnyTagClassName
{
color: #CFCE29;
}
</style>
background-color css
<style>
a { background-color: #CFCE29; }
a { background-color: rgb(207,206,41); }
div.DivClassName
{
background-color: #CFCE29;
}
.BgClassName
{
background-color: #CFCE29;
}
</style>
border-color css
<style>
span { border-color: #CFCE29; }
span { border-color: rgb(207,206,41); }
td.TdClassName
{
border-color: #CFCE29;
}
.TagClassName
{
border-color: #CFCE29;
}
</style>