Shades of Barberry #CDD810
Tints of Barberry #CDD810
RGB
CMYK
RGB Variations
Color information
#CDD810 (or 0xCDD810) is known color: Barberry. HEX triplet: CD, D8 and 10. RGB value is (205,216,16). Sum of RGB (Red+Green+Blue) = 205+216+16=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD810 is #3227EF. Grayscale: #BEBEBE. Windows color (decimal): -3287024 or 1104077. OLE color: 1104077.
HSL color Cylindrical-coordinate representation of color #CDD810: hue angle of 63.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD810 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.15 |
| HSL | 63.3º | 0.86% | 0.45% | - |
| HSV(B) | 63.3º | 0.93% | 0.85% | - |
| XYZ | 49.83 | 62.13 | 9.86 | - |
| YUV | 189.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 16 | 0.05 | 0 | 0.93 | 0.15 | 63.3 | 0.86 | 0.45 |
| Hex | CD | D8 | 10 | 5 | 0 | 5D | F | 3F | 56 | 2D |
| Octal | 315 | 330 | 20 | 5 | 0 | 135 | 17 | 77 | 126 | 55 |
| Binary | 11001101 | 11011000 | 10000 | 101 | 0 | 1011101 | 1111 | 111111 | 1010110 | 101101 |
Color Harmonies of #CDD810
Complementary color
Monochromatic Colors of #CDD810
Black with #CDD810
Text Example
Text Example
White with #CDD810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD810; }
p { color: rgb(205,216,16); }
H1.HeaderClassName
{
color: #CDD810;
}
.AnyTagClassName
{
color: #CDD810;
}
</style>
background-color css
<style>
a { background-color: #CDD810; }
a { background-color: rgb(205,216,16); }
div.DivClassName
{
background-color: #CDD810;
}
.BgClassName
{
background-color: #CDD810;
}
</style>
border-color css
<style>
span { border-color: #CDD810; }
span { border-color: rgb(205,216,16); }
td.TdClassName
{
border-color: #CDD810;
}
.TagClassName
{
border-color: #CDD810;
}
</style>