Shades of Barberry #CDD70F
Tints of Barberry #CDD70F
RGB
CMYK
RGB Variations
Color information
#CDD70F (or 0xCDD70F) is known color: Barberry. HEX triplet: CD, D7 and 0F. RGB value is (205,215,15). Sum of RGB (Red+Green+Blue) = 205+215+15=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD70F is #3228F0. Grayscale: #BEBEBE. Windows color (decimal): -3287281 or 1038285. OLE color: 1038285.
HSL color Cylindrical-coordinate representation of color #CDD70F: hue angle of 63º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDD70F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63º | 0.87% | 0.45% | - |
| HSV(B) | 63º | 0.93% | 0.84% | - |
| XYZ | 49.56 | 61.61 | 9.73 | - |
| YUV | 189.21 | 29.69 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 15 | 0.05 | 0 | 0.93 | 0.16 | 63 | 0.87 | 0.45 |
| Hex | CD | D7 | F | 5 | 0 | 5D | 10 | 3F | 57 | 2D |
| Octal | 315 | 327 | 17 | 5 | 0 | 135 | 20 | 77 | 127 | 55 |
| Binary | 11001101 | 11010111 | 1111 | 101 | 0 | 1011101 | 10000 | 111111 | 1010111 | 101101 |
Color Harmonies of #CDD70F
Complementary color
Monochromatic Colors of #CDD70F
Black with #CDD70F
Text Example
Text Example
White with #CDD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD70F; }
p { color: rgb(205,215,15); }
H1.HeaderClassName
{
color: #CDD70F;
}
.AnyTagClassName
{
color: #CDD70F;
}
</style>
background-color css
<style>
a { background-color: #CDD70F; }
a { background-color: rgb(205,215,15); }
div.DivClassName
{
background-color: #CDD70F;
}
.BgClassName
{
background-color: #CDD70F;
}
</style>
border-color css
<style>
span { border-color: #CDD70F; }
span { border-color: rgb(205,215,15); }
td.TdClassName
{
border-color: #CDD70F;
}
.TagClassName
{
border-color: #CDD70F;
}
</style>