Shades of Barberry #CDDD0E
Tints of Barberry #CDDD0E
RGB
CMYK
RGB Variations
Color information
#CDDD0E (or 0xCDDD0E) is known color: Barberry. HEX triplet: CD, DD and 0E. RGB value is (205,221,14). Sum of RGB (Red+Green+Blue) = 205+221+14=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD0E is #3222F1. Grayscale: #C1C1C1. Windows color (decimal): -3285746 or 974285. OLE color: 974285.
HSL color Cylindrical-coordinate representation of color #CDDD0E: hue angle of 64.64º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDDD0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.13 |
| HSL | 64.64º | 0.88% | 0.46% | - |
| HSV(B) | 64.64º | 0.94% | 0.87% | - |
| XYZ | 51.11 | 64.72 | 10.21 | - |
| YUV | 192.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 14 | 0.07 | 0 | 0.94 | 0.13 | 64.64 | 0.88 | 0.46 |
| Hex | CD | DD | E | 7 | 0 | 5E | D | 41 | 58 | 2E |
| Octal | 315 | 335 | 16 | 7 | 0 | 136 | 15 | 101 | 130 | 56 |
| Binary | 11001101 | 11011101 | 1110 | 111 | 0 | 1011110 | 1101 | 1000001 | 1011000 | 101110 |
Color Harmonies of #CDDD0E
Complementary color
Monochromatic Colors of #CDDD0E
Black with #CDDD0E
Text Example
Text Example
White with #CDDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD0E; }
p { color: rgb(205,221,14); }
H1.HeaderClassName
{
color: #CDDD0E;
}
.AnyTagClassName
{
color: #CDDD0E;
}
</style>
background-color css
<style>
a { background-color: #CDDD0E; }
a { background-color: rgb(205,221,14); }
div.DivClassName
{
background-color: #CDDD0E;
}
.BgClassName
{
background-color: #CDDD0E;
}
</style>
border-color css
<style>
span { border-color: #CDDD0E; }
span { border-color: rgb(205,221,14); }
td.TdClassName
{
border-color: #CDDD0E;
}
.TagClassName
{
border-color: #CDDD0E;
}
</style>