Shades of Barberry #CDDB17
Tints of Barberry #CDDB17
RGB
CMYK
RGB Variations
Color information
#CDDB17 (or 0xCDDB17) is known color: Barberry. HEX triplet: CD, DB and 17. RGB value is (205,219,23). Sum of RGB (Red+Green+Blue) = 205+219+23=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB17 is #3224E8. Grayscale: #C1C1C1. Windows color (decimal): -3286249 or 1563597. OLE color: 1563597.
HSL color Cylindrical-coordinate representation of color #CDDB17: hue angle of 64.29º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDDB17 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 23 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.14 |
| HSL | 64.29º | 0.81% | 0.47% | - |
| HSV(B) | 64.29º | 0.89% | 0.86% | - |
| XYZ | 50.66 | 63.7 | 10.44 | - |
| YUV | 192.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 23 | 0.06 | 0 | 0.89 | 0.14 | 64.29 | 0.81 | 0.47 |
| Hex | CD | DB | 17 | 6 | 0 | 59 | E | 40 | 51 | 2F |
| Octal | 315 | 333 | 27 | 6 | 0 | 131 | 16 | 100 | 121 | 57 |
| Binary | 11001101 | 11011011 | 10111 | 110 | 0 | 1011001 | 1110 | 1000000 | 1010001 | 101111 |
Color Harmonies of #CDDB17
Complementary color
Monochromatic Colors of #CDDB17
Black with #CDDB17
Text Example
Text Example
White with #CDDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB17; }
p { color: rgb(205,219,23); }
H1.HeaderClassName
{
color: #CDDB17;
}
.AnyTagClassName
{
color: #CDDB17;
}
</style>
background-color css
<style>
a { background-color: #CDDB17; }
a { background-color: rgb(205,219,23); }
div.DivClassName
{
background-color: #CDDB17;
}
.BgClassName
{
background-color: #CDDB17;
}
</style>
border-color css
<style>
span { border-color: #CDDB17; }
span { border-color: rgb(205,219,23); }
td.TdClassName
{
border-color: #CDDB17;
}
.TagClassName
{
border-color: #CDDB17;
}
</style>