Shades of Barberry #CED70F
Tints of Barberry #CED70F
RGB
CMYK
RGB Variations
Color information
#CED70F (or 0xCED70F) is known color: Barberry. HEX triplet: CE, D7 and 0F. RGB value is (206,215,15). Sum of RGB (Red+Green+Blue) = 206+215+15=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #CED70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED70F is #3128F0. Grayscale: #BEBEBE. Windows color (decimal): -3221745 or 1038286. OLE color: 1038286.
HSL color Cylindrical-coordinate representation of color #CED70F: hue angle of 62.7º 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 #CED70F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 15 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.16 |
| HSL | 62.7º | 0.87% | 0.45% | - |
| HSV(B) | 62.7º | 0.93% | 0.84% | - |
| XYZ | 49.84 | 61.76 | 9.75 | - |
| YUV | 189.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 15 | 0.04 | 0 | 0.93 | 0.16 | 62.7 | 0.87 | 0.45 |
| Hex | CE | D7 | F | 4 | 0 | 5D | 10 | 3F | 57 | 2D |
| Octal | 316 | 327 | 17 | 4 | 0 | 135 | 20 | 77 | 127 | 55 |
| Binary | 11001110 | 11010111 | 1111 | 100 | 0 | 1011101 | 10000 | 111111 | 1010111 | 101101 |
Color Harmonies of #CED70F
Complementary color
Monochromatic Colors of #CED70F
Black with #CED70F
Text Example
Text Example
White with #CED70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED70F; }
p { color: rgb(206,215,15); }
H1.HeaderClassName
{
color: #CED70F;
}
.AnyTagClassName
{
color: #CED70F;
}
</style>
background-color css
<style>
a { background-color: #CED70F; }
a { background-color: rgb(206,215,15); }
div.DivClassName
{
background-color: #CED70F;
}
.BgClassName
{
background-color: #CED70F;
}
</style>
border-color css
<style>
span { border-color: #CED70F; }
span { border-color: rgb(206,215,15); }
td.TdClassName
{
border-color: #CED70F;
}
.TagClassName
{
border-color: #CED70F;
}
</style>