Shades of Barberry #CDC527
Tints of Barberry #CDC527
RGB
CMYK
RGB Variations
Color information
#CDC527 (or 0xCDC527) is known color: Barberry. HEX triplet: CD, C5 and 27. RGB value is (205,197,39). Sum of RGB (Red+Green+Blue) = 205+197+39=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC527 is #323AD8. Grayscale: #B6B6B6. Windows color (decimal): -3291865 or 2606541. OLE color: 2606541.
HSL color Cylindrical-coordinate representation of color #CDC527: hue angle of 57.11º 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 #CDC527 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 39 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.20 |
| HSL | 57.11º | 0.68% | 0.48% | - |
| HSV(B) | 57.11º | 0.81% | 0.8% | - |
| XYZ | 45.51 | 53.06 | 9.76 | - |
| YUV | 181.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 39 | 0 | 0.04 | 0.81 | 0.20 | 57.11 | 0.68 | 0.48 |
| Hex | CD | C5 | 27 | 0 | 4 | 51 | 14 | 39 | 44 | 30 |
| Octal | 315 | 305 | 47 | 0 | 4 | 121 | 24 | 71 | 104 | 60 |
| Binary | 11001101 | 11000101 | 100111 | 0 | 100 | 1010001 | 10100 | 111001 | 1000100 | 110000 |
Color Harmonies of #CDC527
Complementary color
Monochromatic Colors of #CDC527
Black with #CDC527
Text Example
Text Example
White with #CDC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC527; }
p { color: rgb(205,197,39); }
H1.HeaderClassName
{
color: #CDC527;
}
.AnyTagClassName
{
color: #CDC527;
}
</style>
background-color css
<style>
a { background-color: #CDC527; }
a { background-color: rgb(205,197,39); }
div.DivClassName
{
background-color: #CDC527;
}
.BgClassName
{
background-color: #CDC527;
}
</style>
border-color css
<style>
span { border-color: #CDC527; }
span { border-color: rgb(205,197,39); }
td.TdClassName
{
border-color: #CDC527;
}
.TagClassName
{
border-color: #CDC527;
}
</style>