Shades of Barberry #CFCA2D
Tints of Barberry #CFCA2D
RGB
CMYK
RGB Variations
Color information
#CFCA2D (or 0xCFCA2D) is known color: Barberry. HEX triplet: CF, CA and 2D. RGB value is (207,202,45). Sum of RGB (Red+Green+Blue) = 207+202+45=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA2D is #3035D2. Grayscale: #BABABA. Windows color (decimal): -3159507 or 3001039. OLE color: 3001039.
HSL color Cylindrical-coordinate representation of color #CFCA2D: hue angle of 58.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFCA2D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 202 | 45 | - |
CMYK | 0 | 0.02 | 0.78 | 0.19 |
HSL | 58.15º | 0.64% | 0.49% | - |
HSV(B) | 58.15º | 0.78% | 0.81% | - |
XYZ | 47.33 | 55.7 | 10.74 | - |
YUV | 185.6 | 48.66 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 45 | 0 | 0.02 | 0.78 | 0.19 | 58.15 | 0.64 | 0.49 |
Hex | CF | CA | 2D | 0 | 2 | 4E | 13 | 3A | 40 | 31 |
Octal | 317 | 312 | 55 | 0 | 2 | 116 | 23 | 72 | 100 | 61 |
Binary | 11001111 | 11001010 | 101101 | 0 | 10 | 1001110 | 10011 | 111010 | 1000000 | 110001 |
Color Harmonies of #CFCA2D
Complementary color
Monochromatic Colors of #CFCA2D
Black with #CFCA2D
Text Example
Text Example
White with #CFCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA2D; }
p { color: rgb(207,202,45); }
H1.HeaderClassName
{
color: #CFCA2D;
}
.AnyTagClassName
{
color: #CFCA2D;
}
</style>
background-color css
<style>
a { background-color: #CFCA2D; }
a { background-color: rgb(207,202,45); }
div.DivClassName
{
background-color: #CFCA2D;
}
.BgClassName
{
background-color: #CFCA2D;
}
</style>
border-color css
<style>
span { border-color: #CFCA2D; }
span { border-color: rgb(207,202,45); }
td.TdClassName
{
border-color: #CFCA2D;
}
.TagClassName
{
border-color: #CFCA2D;
}
</style>