Shades of Barberry #CDDD10
Tints of Barberry #CDDD10
RGB
CMYK
RGB Variations
Color information
#CDDD10 (or 0xCDDD10) is known color: Barberry. HEX triplet: CD, DD and 10. RGB value is (205,221,16). Sum of RGB (Red+Green+Blue) = 205+221+16=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD10 is #3222EF. Grayscale: #C1C1C1. Windows color (decimal): -3285744 or 1105357. OLE color: 1105357.
HSL color Cylindrical-coordinate representation of color #CDDD10: hue angle of 64.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDDD10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.13 |
| HSL | 64.68º | 0.86% | 0.46% | - |
| HSV(B) | 64.68º | 0.93% | 0.87% | - |
| XYZ | 51.13 | 64.73 | 10.29 | - |
| YUV | 192.85 | 28.2 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 16 | 0.07 | 0 | 0.93 | 0.13 | 64.68 | 0.86 | 0.46 |
| Hex | CD | DD | 10 | 7 | 0 | 5D | D | 41 | 56 | 2E |
| Octal | 315 | 335 | 20 | 7 | 0 | 135 | 15 | 101 | 126 | 56 |
| Binary | 11001101 | 11011101 | 10000 | 111 | 0 | 1011101 | 1101 | 1000001 | 1010110 | 101110 |
Color Harmonies of #CDDD10
Complementary color
Monochromatic Colors of #CDDD10
Black with #CDDD10
Text Example
Text Example
White with #CDDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD10; }
p { color: rgb(205,221,16); }
H1.HeaderClassName
{
color: #CDDD10;
}
.AnyTagClassName
{
color: #CDDD10;
}
</style>
background-color css
<style>
a { background-color: #CDDD10; }
a { background-color: rgb(205,221,16); }
div.DivClassName
{
background-color: #CDDD10;
}
.BgClassName
{
background-color: #CDDD10;
}
</style>
border-color css
<style>
span { border-color: #CDDD10; }
span { border-color: rgb(205,221,16); }
td.TdClassName
{
border-color: #CDDD10;
}
.TagClassName
{
border-color: #CDDD10;
}
</style>