Shades of Barberry #CDC21E
Tints of Barberry #CDC21E
RGB
CMYK
RGB Variations
Color information
#CDC21E (or 0xCDC21E) is known color: Barberry. HEX triplet: CD, C2 and 1E. RGB value is (205,194,30). Sum of RGB (Red+Green+Blue) = 205+194+30=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC21E is #323DE1. Grayscale: #B3B3B3. Windows color (decimal): -3292642 or 2015949. OLE color: 2015949.
HSL color Cylindrical-coordinate representation of color #CDC21E: hue angle of 56.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDC21E is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 30 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.20 |
| HSL | 56.23º | 0.74% | 0.46% | - |
| HSV(B) | 56.23º | 0.85% | 0.8% | - |
| XYZ | 44.7 | 51.66 | 8.84 | - |
| YUV | 178.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 30 | 0 | 0.05 | 0.85 | 0.20 | 56.23 | 0.74 | 0.46 |
| Hex | CD | C2 | 1E | 0 | 5 | 55 | 14 | 38 | 4A | 2E |
| Octal | 315 | 302 | 36 | 0 | 5 | 125 | 24 | 70 | 112 | 56 |
| Binary | 11001101 | 11000010 | 11110 | 0 | 101 | 1010101 | 10100 | 111000 | 1001010 | 101110 |
Color Harmonies of #CDC21E
Complementary color
Monochromatic Colors of #CDC21E
Black with #CDC21E
Text Example
Text Example
White with #CDC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC21E; }
p { color: rgb(205,194,30); }
H1.HeaderClassName
{
color: #CDC21E;
}
.AnyTagClassName
{
color: #CDC21E;
}
</style>
background-color css
<style>
a { background-color: #CDC21E; }
a { background-color: rgb(205,194,30); }
div.DivClassName
{
background-color: #CDC21E;
}
.BgClassName
{
background-color: #CDC21E;
}
</style>
border-color css
<style>
span { border-color: #CDC21E; }
span { border-color: rgb(205,194,30); }
td.TdClassName
{
border-color: #CDC21E;
}
.TagClassName
{
border-color: #CDC21E;
}
</style>