Shades of Barberry #CDDD0F
Tints of Barberry #CDDD0F
RGB
CMYK
RGB Variations
Color information
#CDDD0F (or 0xCDDD0F) is known color: Barberry. HEX triplet: CD, DD and 0F. RGB value is (205,221,15). Sum of RGB (Red+Green+Blue) = 205+221+15=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD0F is #3222F0. Grayscale: #C1C1C1. Windows color (decimal): -3285745 or 1039821. OLE color: 1039821.
HSL color Cylindrical-coordinate representation of color #CDDD0F: hue angle of 64.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDDD0F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.13 |
| HSL | 64.66º | 0.87% | 0.46% | - |
| HSV(B) | 64.66º | 0.93% | 0.87% | - |
| XYZ | 51.12 | 64.73 | 10.25 | - |
| YUV | 192.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 15 | 0.07 | 0 | 0.93 | 0.13 | 64.66 | 0.87 | 0.46 |
| Hex | CD | DD | F | 7 | 0 | 5D | D | 41 | 57 | 2E |
| Octal | 315 | 335 | 17 | 7 | 0 | 135 | 15 | 101 | 127 | 56 |
| Binary | 11001101 | 11011101 | 1111 | 111 | 0 | 1011101 | 1101 | 1000001 | 1010111 | 101110 |
Color Harmonies of #CDDD0F
Complementary color
Monochromatic Colors of #CDDD0F
Black with #CDDD0F
Text Example
Text Example
White with #CDDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD0F; }
p { color: rgb(205,221,15); }
H1.HeaderClassName
{
color: #CDDD0F;
}
.AnyTagClassName
{
color: #CDDD0F;
}
</style>
background-color css
<style>
a { background-color: #CDDD0F; }
a { background-color: rgb(205,221,15); }
div.DivClassName
{
background-color: #CDDD0F;
}
.BgClassName
{
background-color: #CDDD0F;
}
</style>
border-color css
<style>
span { border-color: #CDDD0F; }
span { border-color: rgb(205,221,15); }
td.TdClassName
{
border-color: #CDDD0F;
}
.TagClassName
{
border-color: #CDDD0F;
}
</style>