Shades of Barberry #CDD41A
Tints of Barberry #CDD41A
RGB
CMYK
RGB Variations
Color information
#CDD41A (or 0xCDD41A) is known color: Barberry. HEX triplet: CD, D4 and 1A. RGB value is (205,212,26). Sum of RGB (Red+Green+Blue) = 205+212+26=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD41A is #322BE5. Grayscale: #BDBDBD. Windows color (decimal): -3288038 or 1758413. OLE color: 1758413.
HSL color Cylindrical-coordinate representation of color #CDD41A: hue angle of 62.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDD41A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 26 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.17 |
| HSL | 62.26º | 0.78% | 0.47% | - |
| HSV(B) | 62.26º | 0.88% | 0.83% | - |
| XYZ | 48.91 | 60.14 | 10.01 | - |
| YUV | 188.7 | 36.18 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 26 | 0.03 | 0 | 0.88 | 0.17 | 62.26 | 0.78 | 0.47 |
| Hex | CD | D4 | 1A | 3 | 0 | 58 | 11 | 3E | 4E | 2F |
| Octal | 315 | 324 | 32 | 3 | 0 | 130 | 21 | 76 | 116 | 57 |
| Binary | 11001101 | 11010100 | 11010 | 11 | 0 | 1011000 | 10001 | 111110 | 1001110 | 101111 |
Color Harmonies of #CDD41A
Complementary color
Monochromatic Colors of #CDD41A
Black with #CDD41A
Text Example
Text Example
White with #CDD41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD41A; }
p { color: rgb(205,212,26); }
H1.HeaderClassName
{
color: #CDD41A;
}
.AnyTagClassName
{
color: #CDD41A;
}
</style>
background-color css
<style>
a { background-color: #CDD41A; }
a { background-color: rgb(205,212,26); }
div.DivClassName
{
background-color: #CDD41A;
}
.BgClassName
{
background-color: #CDD41A;
}
</style>
border-color css
<style>
span { border-color: #CDD41A; }
span { border-color: rgb(205,212,26); }
td.TdClassName
{
border-color: #CDD41A;
}
.TagClassName
{
border-color: #CDD41A;
}
</style>