Shades of Barberry #CDD713
Tints of Barberry #CDD713
RGB
CMYK
RGB Variations
Color information
#CDD713 (or 0xCDD713) is known color: Barberry. HEX triplet: CD, D7 and 13. RGB value is (205,215,19). Sum of RGB (Red+Green+Blue) = 205+215+19=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD713 is #3228EC. Grayscale: #BEBEBE. Windows color (decimal): -3287277 or 1300429. OLE color: 1300429.
HSL color Cylindrical-coordinate representation of color #CDD713: hue angle of 63.06º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD713 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 19 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.16 |
| HSL | 63.06º | 0.84% | 0.46% | - |
| HSV(B) | 63.06º | 0.91% | 0.84% | - |
| XYZ | 49.59 | 61.63 | 9.9 | - |
| YUV | 189.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 19 | 0.05 | 0 | 0.91 | 0.16 | 63.06 | 0.84 | 0.46 |
| Hex | CD | D7 | 13 | 5 | 0 | 5B | 10 | 3F | 54 | 2E |
| Octal | 315 | 327 | 23 | 5 | 0 | 133 | 20 | 77 | 124 | 56 |
| Binary | 11001101 | 11010111 | 10011 | 101 | 0 | 1011011 | 10000 | 111111 | 1010100 | 101110 |
Color Harmonies of #CDD713
Complementary color
Monochromatic Colors of #CDD713
Black with #CDD713
Text Example
Text Example
White with #CDD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD713; }
p { color: rgb(205,215,19); }
H1.HeaderClassName
{
color: #CDD713;
}
.AnyTagClassName
{
color: #CDD713;
}
</style>
background-color css
<style>
a { background-color: #CDD713; }
a { background-color: rgb(205,215,19); }
div.DivClassName
{
background-color: #CDD713;
}
.BgClassName
{
background-color: #CDD713;
}
</style>
border-color css
<style>
span { border-color: #CDD713; }
span { border-color: rgb(205,215,19); }
td.TdClassName
{
border-color: #CDD713;
}
.TagClassName
{
border-color: #CDD713;
}
</style>