Shades of Barberry #CDC227
Tints of Barberry #CDC227
RGB
CMYK
RGB Variations
Color information
#CDC227 (or 0xCDC227) is known color: Barberry. HEX triplet: CD, C2 and 27. RGB value is (205,194,39). Sum of RGB (Red+Green+Blue) = 205+194+39=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC227 is #323DD8. Grayscale: #B4B4B4. Windows color (decimal): -3292633 or 2605773. OLE color: 2605773.
HSL color Cylindrical-coordinate representation of color #CDC227: hue angle of 56.02º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDC227 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 39 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.20 |
| HSL | 56.02º | 0.68% | 0.48% | - |
| HSV(B) | 56.02º | 0.81% | 0.8% | - |
| XYZ | 44.83 | 51.71 | 9.54 | - |
| YUV | 179.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 39 | 0 | 0.05 | 0.81 | 0.20 | 56.02 | 0.68 | 0.48 |
| Hex | CD | C2 | 27 | 0 | 5 | 51 | 14 | 38 | 44 | 30 |
| Octal | 315 | 302 | 47 | 0 | 5 | 121 | 24 | 70 | 104 | 60 |
| Binary | 11001101 | 11000010 | 100111 | 0 | 101 | 1010001 | 10100 | 111000 | 1000100 | 110000 |
Color Harmonies of #CDC227
Complementary color
Monochromatic Colors of #CDC227
Black with #CDC227
Text Example
Text Example
White with #CDC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC227; }
p { color: rgb(205,194,39); }
H1.HeaderClassName
{
color: #CDC227;
}
.AnyTagClassName
{
color: #CDC227;
}
</style>
background-color css
<style>
a { background-color: #CDC227; }
a { background-color: rgb(205,194,39); }
div.DivClassName
{
background-color: #CDC227;
}
.BgClassName
{
background-color: #CDC227;
}
</style>
border-color css
<style>
span { border-color: #CDC227; }
span { border-color: rgb(205,194,39); }
td.TdClassName
{
border-color: #CDC227;
}
.TagClassName
{
border-color: #CDC227;
}
</style>