Shades of Barberry #CDC12D
Tints of Barberry #CDC12D
RGB
CMYK
RGB Variations
Color information
#CDC12D (or 0xCDC12D) is known color: Barberry. HEX triplet: CD, C1 and 2D. RGB value is (205,193,45). Sum of RGB (Red+Green+Blue) = 205+193+45=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC12D is #323ED2. Grayscale: #B4B4B4. Windows color (decimal): -3292883 or 2998733. OLE color: 2998733.
HSL color Cylindrical-coordinate representation of color #CDC12D: hue angle of 55.5º 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 #CDC12D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 45 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.20 |
| HSL | 55.5º | 0.64% | 0.49% | - |
| HSV(B) | 55.5º | 0.78% | 0.8% | - |
| XYZ | 44.72 | 51.31 | 10.03 | - |
| YUV | 179.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 45 | 0 | 0.06 | 0.78 | 0.20 | 55.5 | 0.64 | 0.49 |
| Hex | CD | C1 | 2D | 0 | 6 | 4E | 14 | 38 | 40 | 31 |
| Octal | 315 | 301 | 55 | 0 | 6 | 116 | 24 | 70 | 100 | 61 |
| Binary | 11001101 | 11000001 | 101101 | 0 | 110 | 1001110 | 10100 | 111000 | 1000000 | 110001 |
Color Harmonies of #CDC12D
Complementary color
Monochromatic Colors of #CDC12D
Black with #CDC12D
Text Example
Text Example
White with #CDC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC12D; }
p { color: rgb(205,193,45); }
H1.HeaderClassName
{
color: #CDC12D;
}
.AnyTagClassName
{
color: #CDC12D;
}
</style>
background-color css
<style>
a { background-color: #CDC12D; }
a { background-color: rgb(205,193,45); }
div.DivClassName
{
background-color: #CDC12D;
}
.BgClassName
{
background-color: #CDC12D;
}
</style>
border-color css
<style>
span { border-color: #CDC12D; }
span { border-color: rgb(205,193,45); }
td.TdClassName
{
border-color: #CDC12D;
}
.TagClassName
{
border-color: #CDC12D;
}
</style>