Shades of Barberry #CDDF11
Tints of Barberry #CDDF11
RGB
CMYK
RGB Variations
Color information
#CDDF11 (or 0xCDDF11) is known color: Barberry. HEX triplet: CD, DF and 11. RGB value is (205,223,17). Sum of RGB (Red+Green+Blue) = 205+223+17=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDF11 is #3220EE. Grayscale: #C2C2C2. Windows color (decimal): -3285231 or 1171405. OLE color: 1171405.
HSL color Cylindrical-coordinate representation of color #CDDF11: hue angle of 65.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDDF11 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.13 |
| HSL | 65.24º | 0.86% | 0.47% | - |
| HSV(B) | 65.24º | 0.92% | 0.87% | - |
| XYZ | 51.67 | 65.79 | 10.51 | - |
| YUV | 194.13 | 28.04 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 17 | 0.08 | 0 | 0.92 | 0.13 | 65.24 | 0.86 | 0.47 |
| Hex | CD | DF | 11 | 8 | 0 | 5C | D | 41 | 56 | 2F |
| Octal | 315 | 337 | 21 | 10 | 0 | 134 | 15 | 101 | 126 | 57 |
| Binary | 11001101 | 11011111 | 10001 | 1000 | 0 | 1011100 | 1101 | 1000001 | 1010110 | 101111 |
Color Harmonies of #CDDF11
Complementary color
Monochromatic Colors of #CDDF11
Black with #CDDF11
Text Example
Text Example
White with #CDDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF11; }
p { color: rgb(205,223,17); }
H1.HeaderClassName
{
color: #CDDF11;
}
.AnyTagClassName
{
color: #CDDF11;
}
</style>
background-color css
<style>
a { background-color: #CDDF11; }
a { background-color: rgb(205,223,17); }
div.DivClassName
{
background-color: #CDDF11;
}
.BgClassName
{
background-color: #CDDF11;
}
</style>
border-color css
<style>
span { border-color: #CDDF11; }
span { border-color: rgb(205,223,17); }
td.TdClassName
{
border-color: #CDDF11;
}
.TagClassName
{
border-color: #CDDF11;
}
</style>