Shades of Barberry #CDC224
Tints of Barberry #CDC224
RGB
CMYK
RGB Variations
Color information
#CDC224 (or 0xCDC224) is known color: Barberry. HEX triplet: CD, C2 and 24. RGB value is (205,194,36). Sum of RGB (Red+Green+Blue) = 205+194+36=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC224 is #323DDB. Grayscale: #B3B3B3. Windows color (decimal): -3292636 or 2409165. OLE color: 2409165.
HSL color Cylindrical-coordinate representation of color #CDC224: hue angle of 56.09º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDC224 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 36 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.20 |
| HSL | 56.09º | 0.7% | 0.47% | - |
| HSV(B) | 56.09º | 0.82% | 0.8% | - |
| XYZ | 44.79 | 51.69 | 9.29 | - |
| YUV | 179.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 36 | 0 | 0.05 | 0.82 | 0.20 | 56.09 | 0.7 | 0.47 |
| Hex | CD | C2 | 24 | 0 | 5 | 52 | 14 | 38 | 46 | 2F |
| Octal | 315 | 302 | 44 | 0 | 5 | 122 | 24 | 70 | 106 | 57 |
| Binary | 11001101 | 11000010 | 100100 | 0 | 101 | 1010010 | 10100 | 111000 | 1000110 | 101111 |
Color Harmonies of #CDC224
Complementary color
Monochromatic Colors of #CDC224
Black with #CDC224
Text Example
Text Example
White with #CDC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC224; }
p { color: rgb(205,194,36); }
H1.HeaderClassName
{
color: #CDC224;
}
.AnyTagClassName
{
color: #CDC224;
}
</style>
background-color css
<style>
a { background-color: #CDC224; }
a { background-color: rgb(205,194,36); }
div.DivClassName
{
background-color: #CDC224;
}
.BgClassName
{
background-color: #CDC224;
}
</style>
border-color css
<style>
span { border-color: #CDC224; }
span { border-color: rgb(205,194,36); }
td.TdClassName
{
border-color: #CDC224;
}
.TagClassName
{
border-color: #CDC224;
}
</style>