Shades of Barberry #CDD513
Tints of Barberry #CDD513
RGB
CMYK
RGB Variations
Color information
#CDD513 (or 0xCDD513) is known color: Barberry. HEX triplet: CD, D5 and 13. RGB value is (205,213,19). Sum of RGB (Red+Green+Blue) = 205+213+19=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD513 is #322AEC. Grayscale: #BDBDBD. Windows color (decimal): -3287789 or 1299917. OLE color: 1299917.
HSL color Cylindrical-coordinate representation of color #CDD513: hue angle of 62.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD513 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 19 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.16 |
| HSL | 62.47º | 0.84% | 0.45% | - |
| HSV(B) | 62.47º | 0.91% | 0.84% | - |
| XYZ | 49.09 | 60.61 | 9.73 | - |
| YUV | 188.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 19 | 0.04 | 0 | 0.91 | 0.16 | 62.47 | 0.84 | 0.45 |
| Hex | CD | D5 | 13 | 4 | 0 | 5B | 10 | 3E | 54 | 2D |
| Octal | 315 | 325 | 23 | 4 | 0 | 133 | 20 | 76 | 124 | 55 |
| Binary | 11001101 | 11010101 | 10011 | 100 | 0 | 1011011 | 10000 | 111110 | 1010100 | 101101 |
Color Harmonies of #CDD513
Complementary color
Monochromatic Colors of #CDD513
Black with #CDD513
Text Example
Text Example
White with #CDD513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD513; }
p { color: rgb(205,213,19); }
H1.HeaderClassName
{
color: #CDD513;
}
.AnyTagClassName
{
color: #CDD513;
}
</style>
background-color css
<style>
a { background-color: #CDD513; }
a { background-color: rgb(205,213,19); }
div.DivClassName
{
background-color: #CDD513;
}
.BgClassName
{
background-color: #CDD513;
}
</style>
border-color css
<style>
span { border-color: #CDD513; }
span { border-color: rgb(205,213,19); }
td.TdClassName
{
border-color: #CDD513;
}
.TagClassName
{
border-color: #CDD513;
}
</style>