Shades of Barberry #CDDD12
Tints of Barberry #CDDD12
RGB
CMYK
RGB Variations
Color information
#CDDD12 (or 0xCDDD12) is known color: Barberry. HEX triplet: CD, DD and 12. RGB value is (205,221,18). Sum of RGB (Red+Green+Blue) = 205+221+18=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD12 is #3222ED. Grayscale: #C1C1C1. Windows color (decimal): -3285742 or 1236429. OLE color: 1236429.
HSL color Cylindrical-coordinate representation of color #CDDD12: hue angle of 64.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDDD12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.13 |
| HSL | 64.73º | 0.85% | 0.47% | - |
| HSV(B) | 64.73º | 0.92% | 0.87% | - |
| XYZ | 51.14 | 64.74 | 10.37 | - |
| YUV | 193.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 18 | 0.07 | 0 | 0.92 | 0.13 | 64.73 | 0.85 | 0.47 |
| Hex | CD | DD | 12 | 7 | 0 | 5C | D | 41 | 55 | 2F |
| Octal | 315 | 335 | 22 | 7 | 0 | 134 | 15 | 101 | 125 | 57 |
| Binary | 11001101 | 11011101 | 10010 | 111 | 0 | 1011100 | 1101 | 1000001 | 1010101 | 101111 |
Color Harmonies of #CDDD12
Complementary color
Monochromatic Colors of #CDDD12
Black with #CDDD12
Text Example
Text Example
White with #CDDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD12; }
p { color: rgb(205,221,18); }
H1.HeaderClassName
{
color: #CDDD12;
}
.AnyTagClassName
{
color: #CDDD12;
}
</style>
background-color css
<style>
a { background-color: #CDDD12; }
a { background-color: rgb(205,221,18); }
div.DivClassName
{
background-color: #CDDD12;
}
.BgClassName
{
background-color: #CDDD12;
}
</style>
border-color css
<style>
span { border-color: #CDDD12; }
span { border-color: rgb(205,221,18); }
td.TdClassName
{
border-color: #CDDD12;
}
.TagClassName
{
border-color: #CDDD12;
}
</style>