Shades of Barberry #CDD51B
Tints of Barberry #CDD51B
RGB
CMYK
RGB Variations
Color information
#CDD51B (or 0xCDD51B) is known color: Barberry. HEX triplet: CD, D5 and 1B. RGB value is (205,213,27). Sum of RGB (Red+Green+Blue) = 205+213+27=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD51B is #322AE4. Grayscale: #BEBEBE. Windows color (decimal): -3287781 or 1824205. OLE color: 1824205.
HSL color Cylindrical-coordinate representation of color #CDD51B: hue angle of 62.58º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDD51B is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 27 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.16 |
| HSL | 62.58º | 0.78% | 0.47% | - |
| HSV(B) | 62.58º | 0.87% | 0.84% | - |
| XYZ | 49.17 | 60.65 | 10.15 | - |
| YUV | 189.4 | 36.35 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 27 | 0.04 | 0 | 0.87 | 0.16 | 62.58 | 0.78 | 0.47 |
| Hex | CD | D5 | 1B | 4 | 0 | 57 | 10 | 3F | 4E | 2F |
| Octal | 315 | 325 | 33 | 4 | 0 | 127 | 20 | 77 | 116 | 57 |
| Binary | 11001101 | 11010101 | 11011 | 100 | 0 | 1010111 | 10000 | 111111 | 1001110 | 101111 |
Color Harmonies of #CDD51B
Complementary color
Monochromatic Colors of #CDD51B
Black with #CDD51B
Text Example
Text Example
White with #CDD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD51B; }
p { color: rgb(205,213,27); }
H1.HeaderClassName
{
color: #CDD51B;
}
.AnyTagClassName
{
color: #CDD51B;
}
</style>
background-color css
<style>
a { background-color: #CDD51B; }
a { background-color: rgb(205,213,27); }
div.DivClassName
{
background-color: #CDD51B;
}
.BgClassName
{
background-color: #CDD51B;
}
</style>
border-color css
<style>
span { border-color: #CDD51B; }
span { border-color: rgb(205,213,27); }
td.TdClassName
{
border-color: #CDD51B;
}
.TagClassName
{
border-color: #CDD51B;
}
</style>