Shades of Barberry #CDCC1E
Tints of Barberry #CDCC1E
RGB
CMYK
RGB Variations
Color information
#CDCC1E (or 0xCDCC1E) is known color: Barberry. HEX triplet: CD, CC and 1E. RGB value is (205,204,30). Sum of RGB (Red+Green+Blue) = 205+204+30=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC1E is #3233E1. Grayscale: #B9B9B9. Windows color (decimal): -3290082 or 2018509. OLE color: 2018509.
HSL color Cylindrical-coordinate representation of color #CDCC1E: hue angle of 59.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDCC1E is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 30 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.20 |
| HSL | 59.66º | 0.74% | 0.46% | - |
| HSV(B) | 59.66º | 0.85% | 0.8% | - |
| XYZ | 47 | 56.26 | 9.61 | - |
| YUV | 184.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 30 | 0 | 0.00 | 0.85 | 0.20 | 59.66 | 0.74 | 0.46 |
| Hex | CD | CC | 1E | 0 | 0 | 55 | 14 | 3C | 4A | 2E |
| Octal | 315 | 314 | 36 | 0 | 0 | 125 | 24 | 74 | 112 | 56 |
| Binary | 11001101 | 11001100 | 11110 | 0 | 0 | 1010101 | 10100 | 111100 | 1001010 | 101110 |
Color Harmonies of #CDCC1E
Complementary color
Monochromatic Colors of #CDCC1E
Black with #CDCC1E
Text Example
Text Example
White with #CDCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC1E; }
p { color: rgb(205,204,30); }
H1.HeaderClassName
{
color: #CDCC1E;
}
.AnyTagClassName
{
color: #CDCC1E;
}
</style>
background-color css
<style>
a { background-color: #CDCC1E; }
a { background-color: rgb(205,204,30); }
div.DivClassName
{
background-color: #CDCC1E;
}
.BgClassName
{
background-color: #CDCC1E;
}
</style>
border-color css
<style>
span { border-color: #CDCC1E; }
span { border-color: rgb(205,204,30); }
td.TdClassName
{
border-color: #CDCC1E;
}
.TagClassName
{
border-color: #CDCC1E;
}
</style>