Shades of Barberry #CDD11D
Tints of Barberry #CDD11D
RGB
CMYK
RGB Variations
Color information
#CDD11D (or 0xCDD11D) is known color: Barberry. HEX triplet: CD, D1 and 1D. RGB value is (205,209,29). Sum of RGB (Red+Green+Blue) = 205+209+29=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD11D is #322EE2. Grayscale: #BCBCBC. Windows color (decimal): -3288803 or 1954253. OLE color: 1954253.
HSL color Cylindrical-coordinate representation of color #CDD11D: hue angle of 61.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDD11D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 29 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.18 |
| HSL | 61.33º | 0.76% | 0.47% | - |
| HSV(B) | 61.33º | 0.86% | 0.82% | - |
| XYZ | 48.2 | 58.67 | 9.95 | - |
| YUV | 187.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 29 | 0.02 | 0 | 0.86 | 0.18 | 61.33 | 0.76 | 0.47 |
| Hex | CD | D1 | 1D | 2 | 0 | 56 | 12 | 3D | 4C | 2F |
| Octal | 315 | 321 | 35 | 2 | 0 | 126 | 22 | 75 | 114 | 57 |
| Binary | 11001101 | 11010001 | 11101 | 10 | 0 | 1010110 | 10010 | 111101 | 1001100 | 101111 |
Color Harmonies of #CDD11D
Complementary color
Monochromatic Colors of #CDD11D
Black with #CDD11D
Text Example
Text Example
White with #CDD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD11D; }
p { color: rgb(205,209,29); }
H1.HeaderClassName
{
color: #CDD11D;
}
.AnyTagClassName
{
color: #CDD11D;
}
</style>
background-color css
<style>
a { background-color: #CDD11D; }
a { background-color: rgb(205,209,29); }
div.DivClassName
{
background-color: #CDD11D;
}
.BgClassName
{
background-color: #CDD11D;
}
</style>
border-color css
<style>
span { border-color: #CDD11D; }
span { border-color: rgb(205,209,29); }
td.TdClassName
{
border-color: #CDD11D;
}
.TagClassName
{
border-color: #CDD11D;
}
</style>