Shades of Barberry #CDC226
Tints of Barberry #CDC226
RGB
CMYK
RGB Variations
Color information
#CDC226 (or 0xCDC226) is known color: Barberry. HEX triplet: CD, C2 and 26. RGB value is (205,194,38). Sum of RGB (Red+Green+Blue) = 205+194+38=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC226 is #323DD9. Grayscale: #B4B4B4. Windows color (decimal): -3292634 or 2540237. OLE color: 2540237.
HSL color Cylindrical-coordinate representation of color #CDC226: hue angle of 56.05º degrees, saturation: 0.69, 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 #CDC226 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 38 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.20 |
| HSL | 56.05º | 0.69% | 0.48% | - |
| HSV(B) | 56.05º | 0.81% | 0.8% | - |
| XYZ | 44.82 | 51.7 | 9.45 | - |
| YUV | 179.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 38 | 0 | 0.05 | 0.81 | 0.20 | 56.05 | 0.69 | 0.48 |
| Hex | CD | C2 | 26 | 0 | 5 | 51 | 14 | 38 | 45 | 30 |
| Octal | 315 | 302 | 46 | 0 | 5 | 121 | 24 | 70 | 105 | 60 |
| Binary | 11001101 | 11000010 | 100110 | 0 | 101 | 1010001 | 10100 | 111000 | 1000101 | 110000 |
Color Harmonies of #CDC226
Complementary color
Monochromatic Colors of #CDC226
Black with #CDC226
Text Example
Text Example
White with #CDC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC226; }
p { color: rgb(205,194,38); }
H1.HeaderClassName
{
color: #CDC226;
}
.AnyTagClassName
{
color: #CDC226;
}
</style>
background-color css
<style>
a { background-color: #CDC226; }
a { background-color: rgb(205,194,38); }
div.DivClassName
{
background-color: #CDC226;
}
.BgClassName
{
background-color: #CDC226;
}
</style>
border-color css
<style>
span { border-color: #CDC226; }
span { border-color: rgb(205,194,38); }
td.TdClassName
{
border-color: #CDC226;
}
.TagClassName
{
border-color: #CDC226;
}
</style>