Shades of Barberry #CDC42B
Tints of Barberry #CDC42B
RGB
CMYK
RGB Variations
Color information
#CDC42B (or 0xCDC42B) is known color: Barberry. HEX triplet: CD, C4 and 2B. RGB value is (205,196,43). Sum of RGB (Red+Green+Blue) = 205+196+43=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC42B is #323BD4. Grayscale: #B5B5B5. Windows color (decimal): -3292117 or 2868429. OLE color: 2868429.
HSL color Cylindrical-coordinate representation of color #CDC42B: hue angle of 56.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDC42B is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 43 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.20 |
| HSL | 56.67º | 0.65% | 0.49% | - |
| HSV(B) | 56.67º | 0.79% | 0.8% | - |
| XYZ | 45.35 | 52.63 | 10.05 | - |
| YUV | 181.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 43 | 0 | 0.04 | 0.79 | 0.20 | 56.67 | 0.65 | 0.49 |
| Hex | CD | C4 | 2B | 0 | 4 | 4F | 14 | 39 | 41 | 31 |
| Octal | 315 | 304 | 53 | 0 | 4 | 117 | 24 | 71 | 101 | 61 |
| Binary | 11001101 | 11000100 | 101011 | 0 | 100 | 1001111 | 10100 | 111001 | 1000001 | 110001 |
Color Harmonies of #CDC42B
Complementary color
Monochromatic Colors of #CDC42B
Black with #CDC42B
Text Example
Text Example
White with #CDC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC42B; }
p { color: rgb(205,196,43); }
H1.HeaderClassName
{
color: #CDC42B;
}
.AnyTagClassName
{
color: #CDC42B;
}
</style>
background-color css
<style>
a { background-color: #CDC42B; }
a { background-color: rgb(205,196,43); }
div.DivClassName
{
background-color: #CDC42B;
}
.BgClassName
{
background-color: #CDC42B;
}
</style>
border-color css
<style>
span { border-color: #CDC42B; }
span { border-color: rgb(205,196,43); }
td.TdClassName
{
border-color: #CDC42B;
}
.TagClassName
{
border-color: #CDC42B;
}
</style>