Shades of Barberry #CDC22A
Tints of Barberry #CDC22A
RGB
CMYK
RGB Variations
Color information
#CDC22A (or 0xCDC22A) is known color: Barberry. HEX triplet: CD, C2 and 2A. RGB value is (205,194,42). Sum of RGB (Red+Green+Blue) = 205+194+42=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC22A is #323DD5. Grayscale: #B4B4B4. Windows color (decimal): -3292630 or 2802381. OLE color: 2802381.
HSL color Cylindrical-coordinate representation of color #CDC22A: hue angle of 55.95º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDC22A is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 42 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.20 |
| HSL | 55.95º | 0.66% | 0.48% | - |
| HSV(B) | 55.95º | 0.8% | 0.8% | - |
| XYZ | 44.89 | 51.73 | 9.81 | - |
| YUV | 179.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 42 | 0 | 0.05 | 0.80 | 0.20 | 55.95 | 0.66 | 0.48 |
| Hex | CD | C2 | 2A | 0 | 5 | 50 | 14 | 38 | 42 | 30 |
| Octal | 315 | 302 | 52 | 0 | 5 | 120 | 24 | 70 | 102 | 60 |
| Binary | 11001101 | 11000010 | 101010 | 0 | 101 | 1010000 | 10100 | 111000 | 1000010 | 110000 |
Color Harmonies of #CDC22A
Complementary color
Monochromatic Colors of #CDC22A
Black with #CDC22A
Text Example
Text Example
White with #CDC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC22A; }
p { color: rgb(205,194,42); }
H1.HeaderClassName
{
color: #CDC22A;
}
.AnyTagClassName
{
color: #CDC22A;
}
</style>
background-color css
<style>
a { background-color: #CDC22A; }
a { background-color: rgb(205,194,42); }
div.DivClassName
{
background-color: #CDC22A;
}
.BgClassName
{
background-color: #CDC22A;
}
</style>
border-color css
<style>
span { border-color: #CDC22A; }
span { border-color: rgb(205,194,42); }
td.TdClassName
{
border-color: #CDC22A;
}
.TagClassName
{
border-color: #CDC22A;
}
</style>