Shades of Barberry #CDC02D
Tints of Barberry #CDC02D
RGB
CMYK
RGB Variations
Color information
#CDC02D (or 0xCDC02D) is known color: Barberry. HEX triplet: CD, C0 and 2D. RGB value is (205,192,45). Sum of RGB (Red+Green+Blue) = 205+192+45=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC02D is #323FD2. Grayscale: #B3B3B3. Windows color (decimal): -3293139 or 2998477. OLE color: 2998477.
HSL color Cylindrical-coordinate representation of color #CDC02D: hue angle of 55.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDC02D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 45 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.20 |
| HSL | 55.13º | 0.64% | 0.49% | - |
| HSV(B) | 55.13º | 0.78% | 0.8% | - |
| XYZ | 44.5 | 50.87 | 9.96 | - |
| YUV | 179.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 45 | 0 | 0.06 | 0.78 | 0.20 | 55.13 | 0.64 | 0.49 |
| Hex | CD | C0 | 2D | 0 | 6 | 4E | 14 | 37 | 40 | 31 |
| Octal | 315 | 300 | 55 | 0 | 6 | 116 | 24 | 67 | 100 | 61 |
| Binary | 11001101 | 11000000 | 101101 | 0 | 110 | 1001110 | 10100 | 110111 | 1000000 | 110001 |
Color Harmonies of #CDC02D
Complementary color
Monochromatic Colors of #CDC02D
Black with #CDC02D
Text Example
Text Example
White with #CDC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC02D; }
p { color: rgb(205,192,45); }
H1.HeaderClassName
{
color: #CDC02D;
}
.AnyTagClassName
{
color: #CDC02D;
}
</style>
background-color css
<style>
a { background-color: #CDC02D; }
a { background-color: rgb(205,192,45); }
div.DivClassName
{
background-color: #CDC02D;
}
.BgClassName
{
background-color: #CDC02D;
}
</style>
border-color css
<style>
span { border-color: #CDC02D; }
span { border-color: rgb(205,192,45); }
td.TdClassName
{
border-color: #CDC02D;
}
.TagClassName
{
border-color: #CDC02D;
}
</style>