Shades of Barberry #CDD710
Tints of Barberry #CDD710
RGB
CMYK
RGB Variations
Color information
#CDD710 (or 0xCDD710) is known color: Barberry. HEX triplet: CD, D7 and 10. RGB value is (205,215,16). Sum of RGB (Red+Green+Blue) = 205+215+16=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD710 is #3228EF. Grayscale: #BEBEBE. Windows color (decimal): -3287280 or 1103821. OLE color: 1103821.
HSL color Cylindrical-coordinate representation of color #CDD710: hue angle of 63.02º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD710 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63.02º | 0.86% | 0.45% | - |
| HSV(B) | 63.02º | 0.93% | 0.84% | - |
| XYZ | 49.57 | 61.62 | 9.77 | - |
| YUV | 189.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 16 | 0.05 | 0 | 0.93 | 0.16 | 63.02 | 0.86 | 0.45 |
| Hex | CD | D7 | 10 | 5 | 0 | 5D | 10 | 3F | 56 | 2D |
| Octal | 315 | 327 | 20 | 5 | 0 | 135 | 20 | 77 | 126 | 55 |
| Binary | 11001101 | 11010111 | 10000 | 101 | 0 | 1011101 | 10000 | 111111 | 1010110 | 101101 |
Color Harmonies of #CDD710
Complementary color
Monochromatic Colors of #CDD710
Black with #CDD710
Text Example
Text Example
White with #CDD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD710; }
p { color: rgb(205,215,16); }
H1.HeaderClassName
{
color: #CDD710;
}
.AnyTagClassName
{
color: #CDD710;
}
</style>
background-color css
<style>
a { background-color: #CDD710; }
a { background-color: rgb(205,215,16); }
div.DivClassName
{
background-color: #CDD710;
}
.BgClassName
{
background-color: #CDD710;
}
</style>
border-color css
<style>
span { border-color: #CDD710; }
span { border-color: rgb(205,215,16); }
td.TdClassName
{
border-color: #CDD710;
}
.TagClassName
{
border-color: #CDD710;
}
</style>