Shades of Barberry #CDC924
Tints of Barberry #CDC924
RGB
CMYK
RGB Variations
Color information
#CDC924 (or 0xCDC924) is known color: Barberry. HEX triplet: CD, C9 and 24. RGB value is (205,201,36). Sum of RGB (Red+Green+Blue) = 205+201+36=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC924 is #3236DB. Grayscale: #B8B8B8. Windows color (decimal): -3290844 or 2410957. OLE color: 2410957.
HSL color Cylindrical-coordinate representation of color #CDC924: hue angle of 58.58º 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 #CDC924 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 36 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.20 |
| HSL | 58.58º | 0.7% | 0.47% | - |
| HSV(B) | 58.58º | 0.82% | 0.8% | - |
| XYZ | 46.38 | 54.88 | 9.82 | - |
| YUV | 183.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 36 | 0 | 0.02 | 0.82 | 0.20 | 58.58 | 0.7 | 0.47 |
| Hex | CD | C9 | 24 | 0 | 2 | 52 | 14 | 3B | 46 | 2F |
| Octal | 315 | 311 | 44 | 0 | 2 | 122 | 24 | 73 | 106 | 57 |
| Binary | 11001101 | 11001001 | 100100 | 0 | 10 | 1010010 | 10100 | 111011 | 1000110 | 101111 |
Color Harmonies of #CDC924
Complementary color
Monochromatic Colors of #CDC924
Black with #CDC924
Text Example
Text Example
White with #CDC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC924; }
p { color: rgb(205,201,36); }
H1.HeaderClassName
{
color: #CDC924;
}
.AnyTagClassName
{
color: #CDC924;
}
</style>
background-color css
<style>
a { background-color: #CDC924; }
a { background-color: rgb(205,201,36); }
div.DivClassName
{
background-color: #CDC924;
}
.BgClassName
{
background-color: #CDC924;
}
</style>
border-color css
<style>
span { border-color: #CDC924; }
span { border-color: rgb(205,201,36); }
td.TdClassName
{
border-color: #CDC924;
}
.TagClassName
{
border-color: #CDC924;
}
</style>