Shades of Barberry #CDC027
Tints of Barberry #CDC027
RGB
CMYK
RGB Variations
Color information
#CDC027 (or 0xCDC027) is known color: Barberry. HEX triplet: CD, C0 and 27. RGB value is (205,192,39). Sum of RGB (Red+Green+Blue) = 205+192+39=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC027 is #323FD8. Grayscale: #B3B3B3. Windows color (decimal): -3293145 or 2605261. OLE color: 2605261.
HSL color Cylindrical-coordinate representation of color #CDC027: hue angle of 55.3º 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 #CDC027 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 39 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.20 |
| HSL | 55.3º | 0.68% | 0.48% | - |
| HSV(B) | 55.3º | 0.81% | 0.8% | - |
| XYZ | 44.39 | 50.82 | 9.39 | - |
| YUV | 178.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 39 | 0 | 0.06 | 0.81 | 0.20 | 55.3 | 0.68 | 0.48 |
| Hex | CD | C0 | 27 | 0 | 6 | 51 | 14 | 37 | 44 | 30 |
| Octal | 315 | 300 | 47 | 0 | 6 | 121 | 24 | 67 | 104 | 60 |
| Binary | 11001101 | 11000000 | 100111 | 0 | 110 | 1010001 | 10100 | 110111 | 1000100 | 110000 |
Color Harmonies of #CDC027
Complementary color
Monochromatic Colors of #CDC027
Black with #CDC027
Text Example
Text Example
White with #CDC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC027; }
p { color: rgb(205,192,39); }
H1.HeaderClassName
{
color: #CDC027;
}
.AnyTagClassName
{
color: #CDC027;
}
</style>
background-color css
<style>
a { background-color: #CDC027; }
a { background-color: rgb(205,192,39); }
div.DivClassName
{
background-color: #CDC027;
}
.BgClassName
{
background-color: #CDC027;
}
</style>
border-color css
<style>
span { border-color: #CDC027; }
span { border-color: rgb(205,192,39); }
td.TdClassName
{
border-color: #CDC027;
}
.TagClassName
{
border-color: #CDC027;
}
</style>