Shades of Barberry #CDDD0B
Tints of Barberry #CDDD0B
RGB
CMYK
RGB Variations
Color information
#CDDD0B (or 0xCDDD0B) is known color: Barberry. HEX triplet: CD, DD and 0B. RGB value is (205,221,11). Sum of RGB (Red+Green+Blue) = 205+221+11=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD0B is #3222F4. Grayscale: #C1C1C1. Windows color (decimal): -3285749 or 777677. OLE color: 777677.
HSL color Cylindrical-coordinate representation of color #CDDD0B: hue angle of 64.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDDD0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.13 |
| HSL | 64.57º | 0.91% | 0.45% | - |
| HSV(B) | 64.57º | 0.95% | 0.87% | - |
| XYZ | 51.09 | 64.72 | 10.12 | - |
| YUV | 192.28 | 25.7 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 11 | 0.07 | 0 | 0.95 | 0.13 | 64.57 | 0.91 | 0.45 |
| Hex | CD | DD | B | 7 | 0 | 5F | D | 41 | 5B | 2D |
| Octal | 315 | 335 | 13 | 7 | 0 | 137 | 15 | 101 | 133 | 55 |
| Binary | 11001101 | 11011101 | 1011 | 111 | 0 | 1011111 | 1101 | 1000001 | 1011011 | 101101 |
Color Harmonies of #CDDD0B
Complementary color
Monochromatic Colors of #CDDD0B
Black with #CDDD0B
Text Example
Text Example
White with #CDDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD0B; }
p { color: rgb(205,221,11); }
H1.HeaderClassName
{
color: #CDDD0B;
}
.AnyTagClassName
{
color: #CDDD0B;
}
</style>
background-color css
<style>
a { background-color: #CDDD0B; }
a { background-color: rgb(205,221,11); }
div.DivClassName
{
background-color: #CDDD0B;
}
.BgClassName
{
background-color: #CDDD0B;
}
</style>
border-color css
<style>
span { border-color: #CDDD0B; }
span { border-color: rgb(205,221,11); }
td.TdClassName
{
border-color: #CDDD0B;
}
.TagClassName
{
border-color: #CDDD0B;
}
</style>