Shades of Barberry #CDC624
Tints of Barberry #CDC624
RGB
CMYK
RGB Variations
Color information
#CDC624 (or 0xCDC624) is known color: Barberry. HEX triplet: CD, C6 and 24. RGB value is (205,198,36). Sum of RGB (Red+Green+Blue) = 205+198+36=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC624 is #3239DB. Grayscale: #B6B6B6. Windows color (decimal): -3291612 or 2410189. OLE color: 2410189.
HSL color Cylindrical-coordinate representation of color #CDC624: hue angle of 57.51º 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 #CDC624 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 36 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.20 |
| HSL | 57.51º | 0.7% | 0.47% | - |
| HSV(B) | 57.51º | 0.82% | 0.8% | - |
| XYZ | 45.69 | 53.49 | 9.59 | - |
| YUV | 181.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 36 | 0 | 0.03 | 0.82 | 0.20 | 57.51 | 0.7 | 0.47 |
| Hex | CD | C6 | 24 | 0 | 3 | 52 | 14 | 3A | 46 | 2F |
| Octal | 315 | 306 | 44 | 0 | 3 | 122 | 24 | 72 | 106 | 57 |
| Binary | 11001101 | 11000110 | 100100 | 0 | 11 | 1010010 | 10100 | 111010 | 1000110 | 101111 |
Color Harmonies of #CDC624
Complementary color
Monochromatic Colors of #CDC624
Black with #CDC624
Text Example
Text Example
White with #CDC624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC624; }
p { color: rgb(205,198,36); }
H1.HeaderClassName
{
color: #CDC624;
}
.AnyTagClassName
{
color: #CDC624;
}
</style>
background-color css
<style>
a { background-color: #CDC624; }
a { background-color: rgb(205,198,36); }
div.DivClassName
{
background-color: #CDC624;
}
.BgClassName
{
background-color: #CDC624;
}
</style>
border-color css
<style>
span { border-color: #CDC624; }
span { border-color: rgb(205,198,36); }
td.TdClassName
{
border-color: #CDC624;
}
.TagClassName
{
border-color: #CDC624;
}
</style>