Shades of Barberry #CFCD1D
Tints of Barberry #CFCD1D
RGB
CMYK
RGB Variations
Color information
#CFCD1D (or 0xCFCD1D) is known color: Barberry. HEX triplet: CF, CD and 1D. RGB value is (207,205,29). Sum of RGB (Red+Green+Blue) = 207+205+29=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD1D is #3032E2. Grayscale: #BABABA. Windows color (decimal): -3158755 or 1953231. OLE color: 1953231.
HSL color Cylindrical-coordinate representation of color #CFCD1D: hue angle of 59.33º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFCD1D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 29 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.19 |
| HSL | 59.33º | 0.75% | 0.46% | - |
| HSV(B) | 59.33º | 0.86% | 0.81% | - |
| XYZ | 47.79 | 57.02 | 9.65 | - |
| YUV | 185.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 29 | 0 | 0.01 | 0.86 | 0.19 | 59.33 | 0.75 | 0.46 |
| Hex | CF | CD | 1D | 0 | 1 | 56 | 13 | 3B | 4B | 2E |
| Octal | 317 | 315 | 35 | 0 | 1 | 126 | 23 | 73 | 113 | 56 |
| Binary | 11001111 | 11001101 | 11101 | 0 | 1 | 1010110 | 10011 | 111011 | 1001011 | 101110 |
Color Harmonies of #CFCD1D
Complementary color
Monochromatic Colors of #CFCD1D
Black with #CFCD1D
Text Example
Text Example
White with #CFCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD1D; }
p { color: rgb(207,205,29); }
H1.HeaderClassName
{
color: #CFCD1D;
}
.AnyTagClassName
{
color: #CFCD1D;
}
</style>
background-color css
<style>
a { background-color: #CFCD1D; }
a { background-color: rgb(207,205,29); }
div.DivClassName
{
background-color: #CFCD1D;
}
.BgClassName
{
background-color: #CFCD1D;
}
</style>
border-color css
<style>
span { border-color: #CFCD1D; }
span { border-color: rgb(207,205,29); }
td.TdClassName
{
border-color: #CFCD1D;
}
.TagClassName
{
border-color: #CFCD1D;
}
</style>