Shades of Barberry #CDC12C
Tints of Barberry #CDC12C
RGB
CMYK
RGB Variations
Color information
#CDC12C (or 0xCDC12C) is known color: Barberry. HEX triplet: CD, C1 and 2C. RGB value is (205,193,44). Sum of RGB (Red+Green+Blue) = 205+193+44=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC12C is #323ED3. Grayscale: #B4B4B4. Windows color (decimal): -3292884 or 2933197. OLE color: 2933197.
HSL color Cylindrical-coordinate representation of color #CDC12C: hue angle of 55.53º 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 #CDC12C is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 44 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.20 |
| HSL | 55.53º | 0.65% | 0.49% | - |
| HSV(B) | 55.53º | 0.79% | 0.8% | - |
| XYZ | 44.7 | 51.3 | 9.93 | - |
| YUV | 179.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 44 | 0 | 0.06 | 0.79 | 0.20 | 55.53 | 0.65 | 0.49 |
| Hex | CD | C1 | 2C | 0 | 6 | 4F | 14 | 38 | 41 | 31 |
| Octal | 315 | 301 | 54 | 0 | 6 | 117 | 24 | 70 | 101 | 61 |
| Binary | 11001101 | 11000001 | 101100 | 0 | 110 | 1001111 | 10100 | 111000 | 1000001 | 110001 |
Color Harmonies of #CDC12C
Complementary color
Monochromatic Colors of #CDC12C
Black with #CDC12C
Text Example
Text Example
White with #CDC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC12C; }
p { color: rgb(205,193,44); }
H1.HeaderClassName
{
color: #CDC12C;
}
.AnyTagClassName
{
color: #CDC12C;
}
</style>
background-color css
<style>
a { background-color: #CDC12C; }
a { background-color: rgb(205,193,44); }
div.DivClassName
{
background-color: #CDC12C;
}
.BgClassName
{
background-color: #CDC12C;
}
</style>
border-color css
<style>
span { border-color: #CDC12C; }
span { border-color: rgb(205,193,44); }
td.TdClassName
{
border-color: #CDC12C;
}
.TagClassName
{
border-color: #CDC12C;
}
</style>