Shades of Barberry #CDCD1E
Tints of Barberry #CDCD1E
RGB
CMYK
RGB Variations
Color information
#CDCD1E (or 0xCDCD1E) is known color: Barberry. HEX triplet: CD, CD and 1E. RGB value is (205,205,30). Sum of RGB (Red+Green+Blue) = 205+205+30=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD1E is #3232E1. Grayscale: #B9B9B9. Windows color (decimal): -3289826 or 2018765. OLE color: 2018765.
HSL color Cylindrical-coordinate representation of color #CDCD1E: hue angle of 60º 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 #CDCD1E is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 30 | - |
| CMYK | 0 | 0 | 0.85 | 0.20 |
| HSL | 60º | 0.74% | 0.46% | - |
| HSV(B) | 60º | 0.85% | 0.8% | - |
| XYZ | 47.24 | 56.74 | 9.69 | - |
| YUV | 185.05 | 40.5 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 30 | 0 | 0 | 0.85 | 0.20 | 60 | 0.74 | 0.46 |
| Hex | CD | CD | 1E | 0 | 0 | 55 | 14 | 3C | 4A | 2E |
| Octal | 315 | 315 | 36 | 0 | 0 | 125 | 24 | 74 | 112 | 56 |
| Binary | 11001101 | 11001101 | 11110 | 0 | 0 | 1010101 | 10100 | 111100 | 1001010 | 101110 |
Color Harmonies of #CDCD1E
Complementary color
Monochromatic Colors of #CDCD1E
Black with #CDCD1E
Text Example
Text Example
White with #CDCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD1E; }
p { color: rgb(205,205,30); }
H1.HeaderClassName
{
color: #CDCD1E;
}
.AnyTagClassName
{
color: #CDCD1E;
}
</style>
background-color css
<style>
a { background-color: #CDCD1E; }
a { background-color: rgb(205,205,30); }
div.DivClassName
{
background-color: #CDCD1E;
}
.BgClassName
{
background-color: #CDCD1E;
}
</style>
border-color css
<style>
span { border-color: #CDCD1E; }
span { border-color: rgb(205,205,30); }
td.TdClassName
{
border-color: #CDCD1E;
}
.TagClassName
{
border-color: #CDCD1E;
}
</style>