Shades of Barberry #CDC621
Tints of Barberry #CDC621
RGB
CMYK
RGB Variations
Color information
#CDC621 (or 0xCDC621) is known color: Barberry. HEX triplet: CD, C6 and 21. RGB value is (205,198,33). Sum of RGB (Red+Green+Blue) = 205+198+33=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC621 is #3239DE. Grayscale: #B5B5B5. Windows color (decimal): -3291615 or 2213581. OLE color: 2213581.
HSL color Cylindrical-coordinate representation of color #CDC621: hue angle of 57.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDC621 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 33 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.20 |
| HSL | 57.56º | 0.72% | 0.47% | - |
| HSV(B) | 57.56º | 0.84% | 0.8% | - |
| XYZ | 45.65 | 53.48 | 9.36 | - |
| YUV | 181.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 33 | 0 | 0.03 | 0.84 | 0.20 | 57.56 | 0.72 | 0.47 |
| Hex | CD | C6 | 21 | 0 | 3 | 54 | 14 | 3A | 48 | 2F |
| Octal | 315 | 306 | 41 | 0 | 3 | 124 | 24 | 72 | 110 | 57 |
| Binary | 11001101 | 11000110 | 100001 | 0 | 11 | 1010100 | 10100 | 111010 | 1001000 | 101111 |
Color Harmonies of #CDC621
Complementary color
Monochromatic Colors of #CDC621
Black with #CDC621
Text Example
Text Example
White with #CDC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC621; }
p { color: rgb(205,198,33); }
H1.HeaderClassName
{
color: #CDC621;
}
.AnyTagClassName
{
color: #CDC621;
}
</style>
background-color css
<style>
a { background-color: #CDC621; }
a { background-color: rgb(205,198,33); }
div.DivClassName
{
background-color: #CDC621;
}
.BgClassName
{
background-color: #CDC621;
}
</style>
border-color css
<style>
span { border-color: #CDC621; }
span { border-color: rgb(205,198,33); }
td.TdClassName
{
border-color: #CDC621;
}
.TagClassName
{
border-color: #CDC621;
}
</style>