Shades of Barberry #CEDA0F
Tints of Barberry #CEDA0F
RGB
CMYK
RGB Variations
Color information
#CEDA0F (or 0xCEDA0F) is known color: Barberry. HEX triplet: CE, DA and 0F. RGB value is (206,218,15). Sum of RGB (Red+Green+Blue) = 206+218+15=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA0F is #3125F0. Grayscale: #C0C0C0. Windows color (decimal): -3220977 or 1039054. OLE color: 1039054.
HSL color Cylindrical-coordinate representation of color #CEDA0F: hue angle of 63.55º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEDA0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.15 |
| HSL | 63.55º | 0.87% | 0.46% | - |
| HSV(B) | 63.55º | 0.93% | 0.85% | - |
| XYZ | 50.61 | 63.3 | 10 | - |
| YUV | 191.27 | 28.52 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 15 | 0.06 | 0 | 0.93 | 0.15 | 63.55 | 0.87 | 0.46 |
| Hex | CE | DA | F | 6 | 0 | 5D | F | 40 | 57 | 2E |
| Octal | 316 | 332 | 17 | 6 | 0 | 135 | 17 | 100 | 127 | 56 |
| Binary | 11001110 | 11011010 | 1111 | 110 | 0 | 1011101 | 1111 | 1000000 | 1010111 | 101110 |
Color Harmonies of #CEDA0F
Complementary color
Monochromatic Colors of #CEDA0F
Black with #CEDA0F
Text Example
Text Example
White with #CEDA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA0F; }
p { color: rgb(206,218,15); }
H1.HeaderClassName
{
color: #CEDA0F;
}
.AnyTagClassName
{
color: #CEDA0F;
}
</style>
background-color css
<style>
a { background-color: #CEDA0F; }
a { background-color: rgb(206,218,15); }
div.DivClassName
{
background-color: #CEDA0F;
}
.BgClassName
{
background-color: #CEDA0F;
}
</style>
border-color css
<style>
span { border-color: #CEDA0F; }
span { border-color: rgb(206,218,15); }
td.TdClassName
{
border-color: #CEDA0F;
}
.TagClassName
{
border-color: #CEDA0F;
}
</style>