Shades of Barberry #CDDB15
Tints of Barberry #CDDB15
RGB
CMYK
RGB Variations
Color information
#CDDB15 (or 0xCDDB15) is known color: Barberry. HEX triplet: CD, DB and 15. RGB value is (205,219,21). Sum of RGB (Red+Green+Blue) = 205+219+21=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDB15 is #3224EA. Grayscale: #C1C1C1. Windows color (decimal): -3286251 or 1432525. OLE color: 1432525.
HSL color Cylindrical-coordinate representation of color #CDDB15: hue angle of 64.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDDB15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.14 |
| HSL | 64.24º | 0.83% | 0.47% | - |
| HSV(B) | 64.24º | 0.9% | 0.86% | - |
| XYZ | 50.64 | 63.7 | 10.33 | - |
| YUV | 192.24 | 31.36 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 21 | 0.06 | 0 | 0.90 | 0.14 | 64.24 | 0.83 | 0.47 |
| Hex | CD | DB | 15 | 6 | 0 | 5A | E | 40 | 52 | 2F |
| Octal | 315 | 333 | 25 | 6 | 0 | 132 | 16 | 100 | 122 | 57 |
| Binary | 11001101 | 11011011 | 10101 | 110 | 0 | 1011010 | 1110 | 1000000 | 1010010 | 101111 |
Color Harmonies of #CDDB15
Complementary color
Monochromatic Colors of #CDDB15
Black with #CDDB15
Text Example
Text Example
White with #CDDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB15; }
p { color: rgb(205,219,21); }
H1.HeaderClassName
{
color: #CDDB15;
}
.AnyTagClassName
{
color: #CDDB15;
}
</style>
background-color css
<style>
a { background-color: #CDDB15; }
a { background-color: rgb(205,219,21); }
div.DivClassName
{
background-color: #CDDB15;
}
.BgClassName
{
background-color: #CDDB15;
}
</style>
border-color css
<style>
span { border-color: #CDDB15; }
span { border-color: rgb(205,219,21); }
td.TdClassName
{
border-color: #CDDB15;
}
.TagClassName
{
border-color: #CDDB15;
}
</style>