Shades of Barberry #CDD124
Tints of Barberry #CDD124
RGB
CMYK
RGB Variations
Color information
#CDD124 (or 0xCDD124) is known color: Barberry. HEX triplet: CD, D1 and 24. RGB value is (205,209,36). Sum of RGB (Red+Green+Blue) = 205+209+36=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD124 is #322EDB. Grayscale: #BCBCBC. Windows color (decimal): -3288796 or 2413005. OLE color: 2413005.
HSL color Cylindrical-coordinate representation of color #CDD124: hue angle of 61.39º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDD124 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 36 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.18 |
| HSL | 61.39º | 0.71% | 0.48% | - |
| HSV(B) | 61.39º | 0.83% | 0.82% | - |
| XYZ | 48.3 | 58.71 | 10.46 | - |
| YUV | 188.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 36 | 0.02 | 0 | 0.83 | 0.18 | 61.39 | 0.71 | 0.48 |
| Hex | CD | D1 | 24 | 2 | 0 | 53 | 12 | 3D | 47 | 30 |
| Octal | 315 | 321 | 44 | 2 | 0 | 123 | 22 | 75 | 107 | 60 |
| Binary | 11001101 | 11010001 | 100100 | 10 | 0 | 1010011 | 10010 | 111101 | 1000111 | 110000 |
Color Harmonies of #CDD124
Complementary color
Monochromatic Colors of #CDD124
Black with #CDD124
Text Example
Text Example
White with #CDD124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD124; }
p { color: rgb(205,209,36); }
H1.HeaderClassName
{
color: #CDD124;
}
.AnyTagClassName
{
color: #CDD124;
}
</style>
background-color css
<style>
a { background-color: #CDD124; }
a { background-color: rgb(205,209,36); }
div.DivClassName
{
background-color: #CDD124;
}
.BgClassName
{
background-color: #CDD124;
}
</style>
border-color css
<style>
span { border-color: #CDD124; }
span { border-color: rgb(205,209,36); }
td.TdClassName
{
border-color: #CDD124;
}
.TagClassName
{
border-color: #CDD124;
}
</style>