Shades of Barberry #CDD510
Tints of Barberry #CDD510
RGB
CMYK
RGB Variations
Color information
#CDD510 (or 0xCDD510) is known color: Barberry. HEX triplet: CD, D5 and 10. RGB value is (205,213,16). Sum of RGB (Red+Green+Blue) = 205+213+16=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD510 is #322AEF. Grayscale: #BCBCBC. Windows color (decimal): -3287792 or 1103309. OLE color: 1103309.
HSL color Cylindrical-coordinate representation of color #CDD510: hue angle of 62.44º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDD510 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.16 |
| HSL | 62.44º | 0.86% | 0.45% | - |
| HSV(B) | 62.44º | 0.92% | 0.84% | - |
| XYZ | 49.06 | 60.61 | 9.6 | - |
| YUV | 188.15 | 30.85 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 16 | 0.04 | 0 | 0.92 | 0.16 | 62.44 | 0.86 | 0.45 |
| Hex | CD | D5 | 10 | 4 | 0 | 5C | 10 | 3E | 56 | 2D |
| Octal | 315 | 325 | 20 | 4 | 0 | 134 | 20 | 76 | 126 | 55 |
| Binary | 11001101 | 11010101 | 10000 | 100 | 0 | 1011100 | 10000 | 111110 | 1010110 | 101101 |
Color Harmonies of #CDD510
Complementary color
Monochromatic Colors of #CDD510
Black with #CDD510
Text Example
Text Example
White with #CDD510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD510; }
p { color: rgb(205,213,16); }
H1.HeaderClassName
{
color: #CDD510;
}
.AnyTagClassName
{
color: #CDD510;
}
</style>
background-color css
<style>
a { background-color: #CDD510; }
a { background-color: rgb(205,213,16); }
div.DivClassName
{
background-color: #CDD510;
}
.BgClassName
{
background-color: #CDD510;
}
</style>
border-color css
<style>
span { border-color: #CDD510; }
span { border-color: rgb(205,213,16); }
td.TdClassName
{
border-color: #CDD510;
}
.TagClassName
{
border-color: #CDD510;
}
</style>