Shades of Barberry #CDD81B
Tints of Barberry #CDD81B
RGB
CMYK
RGB Variations
Color information
#CDD81B (or 0xCDD81B) is known color: Barberry. HEX triplet: CD, D8 and 1B. RGB value is (205,216,27). Sum of RGB (Red+Green+Blue) = 205+216+27=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD81B is #3227E4. Grayscale: #BFBFBF. Windows color (decimal): -3287013 or 1824973. OLE color: 1824973.
HSL color Cylindrical-coordinate representation of color #CDD81B: hue angle of 63.49º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDD81B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.15 |
| HSL | 63.49º | 0.78% | 0.48% | - |
| HSV(B) | 63.49º | 0.88% | 0.85% | - |
| XYZ | 49.93 | 62.17 | 10.41 | - |
| YUV | 191.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 27 | 0.05 | 0 | 0.88 | 0.15 | 63.49 | 0.78 | 0.48 |
| Hex | CD | D8 | 1B | 5 | 0 | 58 | F | 3F | 4E | 30 |
| Octal | 315 | 330 | 33 | 5 | 0 | 130 | 17 | 77 | 116 | 60 |
| Binary | 11001101 | 11011000 | 11011 | 101 | 0 | 1011000 | 1111 | 111111 | 1001110 | 110000 |
Color Harmonies of #CDD81B
Complementary color
Monochromatic Colors of #CDD81B
Black with #CDD81B
Text Example
Text Example
White with #CDD81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD81B; }
p { color: rgb(205,216,27); }
H1.HeaderClassName
{
color: #CDD81B;
}
.AnyTagClassName
{
color: #CDD81B;
}
</style>
background-color css
<style>
a { background-color: #CDD81B; }
a { background-color: rgb(205,216,27); }
div.DivClassName
{
background-color: #CDD81B;
}
.BgClassName
{
background-color: #CDD81B;
}
</style>
border-color css
<style>
span { border-color: #CDD81B; }
span { border-color: rgb(205,216,27); }
td.TdClassName
{
border-color: #CDD81B;
}
.TagClassName
{
border-color: #CDD81B;
}
</style>