Shades of Barberry #CDD71A
Tints of Barberry #CDD71A
RGB
CMYK
RGB Variations
Color information
#CDD71A (or 0xCDD71A) is known color: Barberry. HEX triplet: CD, D7 and 1A. RGB value is (205,215,26). Sum of RGB (Red+Green+Blue) = 205+215+26=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD71A is #3228E5. Grayscale: #BFBFBF. Windows color (decimal): -3287270 or 1759181. OLE color: 1759181.
HSL color Cylindrical-coordinate representation of color #CDD71A: hue angle of 63.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDD71A is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 26 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.16 |
| HSL | 63.17º | 0.78% | 0.47% | - |
| HSV(B) | 63.17º | 0.88% | 0.84% | - |
| XYZ | 49.66 | 61.65 | 10.26 | - |
| YUV | 190.46 | 35.19 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 26 | 0.05 | 0 | 0.88 | 0.16 | 63.17 | 0.78 | 0.47 |
| Hex | CD | D7 | 1A | 5 | 0 | 58 | 10 | 3F | 4E | 2F |
| Octal | 315 | 327 | 32 | 5 | 0 | 130 | 20 | 77 | 116 | 57 |
| Binary | 11001101 | 11010111 | 11010 | 101 | 0 | 1011000 | 10000 | 111111 | 1001110 | 101111 |
Color Harmonies of #CDD71A
Complementary color
Monochromatic Colors of #CDD71A
Black with #CDD71A
Text Example
Text Example
White with #CDD71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD71A; }
p { color: rgb(205,215,26); }
H1.HeaderClassName
{
color: #CDD71A;
}
.AnyTagClassName
{
color: #CDD71A;
}
</style>
background-color css
<style>
a { background-color: #CDD71A; }
a { background-color: rgb(205,215,26); }
div.DivClassName
{
background-color: #CDD71A;
}
.BgClassName
{
background-color: #CDD71A;
}
</style>
border-color css
<style>
span { border-color: #CDD71A; }
span { border-color: rgb(205,215,26); }
td.TdClassName
{
border-color: #CDD71A;
}
.TagClassName
{
border-color: #CDD71A;
}
</style>