Shades of Barberry #CDC929
Tints of Barberry #CDC929
RGB
CMYK
RGB Variations
Color information
#CDC929 (or 0xCDC929) is known color: Barberry. HEX triplet: CD, C9 and 29. RGB value is (205,201,41). Sum of RGB (Red+Green+Blue) = 205+201+41=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC929 is #3236D6. Grayscale: #B8B8B8. Windows color (decimal): -3290839 or 2738637. OLE color: 2738637.
HSL color Cylindrical-coordinate representation of color #CDC929: hue angle of 58.54º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDC929 is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 41 | - |
| CMYK | 0 | 0.02 | 0.8 | 0.20 |
| HSL | 58.54º | 0.67% | 0.48% | - |
| HSV(B) | 58.54º | 0.8% | 0.8% | - |
| XYZ | 46.46 | 54.91 | 10.25 | - |
| YUV | 183.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 41 | 0 | 0.02 | 0.8 | 0.20 | 58.54 | 0.67 | 0.48 |
| Hex | CD | C9 | 29 | 0 | 2 | 50 | 14 | 3B | 43 | 30 |
| Octal | 315 | 311 | 51 | 0 | 2 | 120 | 24 | 73 | 103 | 60 |
| Binary | 11001101 | 11001001 | 101001 | 0 | 10 | 1010000 | 10100 | 111011 | 1000011 | 110000 |
Color Harmonies of #CDC929
Complementary color
Monochromatic Colors of #CDC929
Black with #CDC929
Text Example
Text Example
White with #CDC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC929; }
p { color: rgb(205,201,41); }
H1.HeaderClassName
{
color: #CDC929;
}
.AnyTagClassName
{
color: #CDC929;
}
</style>
background-color css
<style>
a { background-color: #CDC929; }
a { background-color: rgb(205,201,41); }
div.DivClassName
{
background-color: #CDC929;
}
.BgClassName
{
background-color: #CDC929;
}
</style>
border-color css
<style>
span { border-color: #CDC929; }
span { border-color: rgb(205,201,41); }
td.TdClassName
{
border-color: #CDC929;
}
.TagClassName
{
border-color: #CDC929;
}
</style>