Shades of Barberry #CDD31B
Tints of Barberry #CDD31B
RGB
CMYK
RGB Variations
Color information
#CDD31B (or 0xCDD31B) is known color: Barberry. HEX triplet: CD, D3 and 1B. RGB value is (205,211,27). Sum of RGB (Red+Green+Blue) = 205+211+27=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD31B is #322CE4. Grayscale: #BCBCBC. Windows color (decimal): -3288293 or 1823693. OLE color: 1823693.
HSL color Cylindrical-coordinate representation of color #CDD31B: hue angle of 61.96º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDD31B is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 27 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.17 |
| HSL | 61.96º | 0.77% | 0.47% | - |
| HSV(B) | 61.96º | 0.87% | 0.83% | - |
| XYZ | 48.67 | 59.65 | 9.98 | - |
| YUV | 188.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 27 | 0.03 | 0 | 0.87 | 0.17 | 61.96 | 0.77 | 0.47 |
| Hex | CD | D3 | 1B | 3 | 0 | 57 | 11 | 3E | 4D | 2F |
| Octal | 315 | 323 | 33 | 3 | 0 | 127 | 21 | 76 | 115 | 57 |
| Binary | 11001101 | 11010011 | 11011 | 11 | 0 | 1010111 | 10001 | 111110 | 1001101 | 101111 |
Color Harmonies of #CDD31B
Complementary color
Monochromatic Colors of #CDD31B
Black with #CDD31B
Text Example
Text Example
White with #CDD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD31B; }
p { color: rgb(205,211,27); }
H1.HeaderClassName
{
color: #CDD31B;
}
.AnyTagClassName
{
color: #CDD31B;
}
</style>
background-color css
<style>
a { background-color: #CDD31B; }
a { background-color: rgb(205,211,27); }
div.DivClassName
{
background-color: #CDD31B;
}
.BgClassName
{
background-color: #CDD31B;
}
</style>
border-color css
<style>
span { border-color: #CDD31B; }
span { border-color: rgb(205,211,27); }
td.TdClassName
{
border-color: #CDD31B;
}
.TagClassName
{
border-color: #CDD31B;
}
</style>