Shades of Barberry #CDC819
Tints of Barberry #CDC819
RGB
CMYK
RGB Variations
Color information
#CDC819 (or 0xCDC819) is known color: Barberry. HEX triplet: CD, C8 and 19. RGB value is (205,200,25). Sum of RGB (Red+Green+Blue) = 205+200+25=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC819 is #3237E6. Grayscale: #B6B6B6. Windows color (decimal): -3291111 or 1689805. OLE color: 1689805.
HSL color Cylindrical-coordinate representation of color #CDC819: hue angle of 58.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDC819 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 25 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.20 |
| HSL | 58.33º | 0.78% | 0.45% | - |
| HSV(B) | 58.33º | 0.88% | 0.8% | - |
| XYZ | 46.01 | 54.36 | 8.99 | - |
| YUV | 181.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 25 | 0 | 0.02 | 0.88 | 0.20 | 58.33 | 0.78 | 0.45 |
| Hex | CD | C8 | 19 | 0 | 2 | 58 | 14 | 3A | 4E | 2D |
| Octal | 315 | 310 | 31 | 0 | 2 | 130 | 24 | 72 | 116 | 55 |
| Binary | 11001101 | 11001000 | 11001 | 0 | 10 | 1011000 | 10100 | 111010 | 1001110 | 101101 |
Color Harmonies of #CDC819
Complementary color
Monochromatic Colors of #CDC819
Black with #CDC819
Text Example
Text Example
White with #CDC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC819; }
p { color: rgb(205,200,25); }
H1.HeaderClassName
{
color: #CDC819;
}
.AnyTagClassName
{
color: #CDC819;
}
</style>
background-color css
<style>
a { background-color: #CDC819; }
a { background-color: rgb(205,200,25); }
div.DivClassName
{
background-color: #CDC819;
}
.BgClassName
{
background-color: #CDC819;
}
</style>
border-color css
<style>
span { border-color: #CDC819; }
span { border-color: rgb(205,200,25); }
td.TdClassName
{
border-color: #CDC819;
}
.TagClassName
{
border-color: #CDC819;
}
</style>