Shades of Barberry #CDD019
Tints of Barberry #CDD019
RGB
CMYK
RGB Variations
Color information
#CDD019 (or 0xCDD019) is known color: Barberry. HEX triplet: CD, D0 and 19. RGB value is (205,208,25). Sum of RGB (Red+Green+Blue) = 205+208+25=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD019 is #322FE6. Grayscale: #BABABA. Windows color (decimal): -3289063 or 1691853. OLE color: 1691853.
HSL color Cylindrical-coordinate representation of color #CDD019: hue angle of 60.98º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDD019 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 25 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.18 |
| HSL | 60.98º | 0.79% | 0.46% | - |
| HSV(B) | 60.98º | 0.88% | 0.82% | - |
| XYZ | 47.91 | 58.16 | 9.62 | - |
| YUV | 186.24 | 37.01 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 25 | 0.01 | 0 | 0.88 | 0.18 | 60.98 | 0.79 | 0.46 |
| Hex | CD | D0 | 19 | 1 | 0 | 58 | 12 | 3D | 4F | 2E |
| Octal | 315 | 320 | 31 | 1 | 0 | 130 | 22 | 75 | 117 | 56 |
| Binary | 11001101 | 11010000 | 11001 | 1 | 0 | 1011000 | 10010 | 111101 | 1001111 | 101110 |
Color Harmonies of #CDD019
Complementary color
Monochromatic Colors of #CDD019
Black with #CDD019
Text Example
Text Example
White with #CDD019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD019; }
p { color: rgb(205,208,25); }
H1.HeaderClassName
{
color: #CDD019;
}
.AnyTagClassName
{
color: #CDD019;
}
</style>
background-color css
<style>
a { background-color: #CDD019; }
a { background-color: rgb(205,208,25); }
div.DivClassName
{
background-color: #CDD019;
}
.BgClassName
{
background-color: #CDD019;
}
</style>
border-color css
<style>
span { border-color: #CDD019; }
span { border-color: rgb(205,208,25); }
td.TdClassName
{
border-color: #CDD019;
}
.TagClassName
{
border-color: #CDD019;
}
</style>