Shades of Barberry #CDD315
Tints of Barberry #CDD315
RGB
CMYK
RGB Variations
Color information
#CDD315 (or 0xCDD315) is known color: Barberry. HEX triplet: CD, D3 and 15. RGB value is (205,211,21). Sum of RGB (Red+Green+Blue) = 205+211+21=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD315 is #322CEA. Grayscale: #BCBCBC. Windows color (decimal): -3288299 or 1430477. OLE color: 1430477.
HSL color Cylindrical-coordinate representation of color #CDD315: hue angle of 61.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDD315 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 21 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.17 |
| HSL | 61.89º | 0.82% | 0.45% | - |
| HSV(B) | 61.89º | 0.9% | 0.83% | - |
| XYZ | 48.61 | 59.62 | 9.66 | - |
| YUV | 187.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 21 | 0.03 | 0 | 0.90 | 0.17 | 61.89 | 0.82 | 0.45 |
| Hex | CD | D3 | 15 | 3 | 0 | 5A | 11 | 3E | 52 | 2D |
| Octal | 315 | 323 | 25 | 3 | 0 | 132 | 21 | 76 | 122 | 55 |
| Binary | 11001101 | 11010011 | 10101 | 11 | 0 | 1011010 | 10001 | 111110 | 1010010 | 101101 |
Color Harmonies of #CDD315
Complementary color
Monochromatic Colors of #CDD315
Black with #CDD315
Text Example
Text Example
White with #CDD315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD315; }
p { color: rgb(205,211,21); }
H1.HeaderClassName
{
color: #CDD315;
}
.AnyTagClassName
{
color: #CDD315;
}
</style>
background-color css
<style>
a { background-color: #CDD315; }
a { background-color: rgb(205,211,21); }
div.DivClassName
{
background-color: #CDD315;
}
.BgClassName
{
background-color: #CDD315;
}
</style>
border-color css
<style>
span { border-color: #CDD315; }
span { border-color: rgb(205,211,21); }
td.TdClassName
{
border-color: #CDD315;
}
.TagClassName
{
border-color: #CDD315;
}
</style>