Shades of Barberry #CDDB13
Tints of Barberry #CDDB13
RGB
CMYK
RGB Variations
Color information
#CDDB13 (or 0xCDDB13) is known color: Barberry. HEX triplet: CD, DB and 13. RGB value is (205,219,19). Sum of RGB (Red+Green+Blue) = 205+219+19=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB13 is #3224EC. Grayscale: #C0C0C0. Windows color (decimal): -3286253 or 1301453. OLE color: 1301453.
HSL color Cylindrical-coordinate representation of color #CDDB13: hue angle of 64.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDDB13 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 19 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.14 |
| HSL | 64.2º | 0.84% | 0.47% | - |
| HSV(B) | 64.2º | 0.91% | 0.86% | - |
| XYZ | 50.63 | 63.69 | 10.24 | - |
| YUV | 192.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 19 | 0.06 | 0 | 0.91 | 0.14 | 64.2 | 0.84 | 0.47 |
| Hex | CD | DB | 13 | 6 | 0 | 5B | E | 40 | 54 | 2F |
| Octal | 315 | 333 | 23 | 6 | 0 | 133 | 16 | 100 | 124 | 57 |
| Binary | 11001101 | 11011011 | 10011 | 110 | 0 | 1011011 | 1110 | 1000000 | 1010100 | 101111 |
Color Harmonies of #CDDB13
Complementary color
Monochromatic Colors of #CDDB13
Black with #CDDB13
Text Example
Text Example
White with #CDDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB13; }
p { color: rgb(205,219,19); }
H1.HeaderClassName
{
color: #CDDB13;
}
.AnyTagClassName
{
color: #CDDB13;
}
</style>
background-color css
<style>
a { background-color: #CDDB13; }
a { background-color: rgb(205,219,19); }
div.DivClassName
{
background-color: #CDDB13;
}
.BgClassName
{
background-color: #CDDB13;
}
</style>
border-color css
<style>
span { border-color: #CDDB13; }
span { border-color: rgb(205,219,19); }
td.TdClassName
{
border-color: #CDDB13;
}
.TagClassName
{
border-color: #CDDB13;
}
</style>