Shades of Barberry #CDCA2D
Tints of Barberry #CDCA2D
RGB
CMYK
RGB Variations
Color information
#CDCA2D (or 0xCDCA2D) is known color: Barberry. HEX triplet: CD, CA and 2D. RGB value is (205,202,45). Sum of RGB (Red+Green+Blue) = 205+202+45=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCA2D is #3235D2. Grayscale: #B9B9B9. Windows color (decimal): -3290579 or 3001037. OLE color: 3001037.
HSL color Cylindrical-coordinate representation of color #CDCA2D: hue angle of 58.88º 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 #CDCA2D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 202 | 45 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.20 |
| HSL | 58.88º | 0.64% | 0.49% | - |
| HSV(B) | 58.88º | 0.78% | 0.8% | - |
| XYZ | 46.77 | 55.41 | 10.71 | - |
| YUV | 185 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 202 | 45 | 0 | 0.01 | 0.78 | 0.20 | 58.88 | 0.64 | 0.49 |
| Hex | CD | CA | 2D | 0 | 1 | 4E | 14 | 3B | 40 | 31 |
| Octal | 315 | 312 | 55 | 0 | 1 | 116 | 24 | 73 | 100 | 61 |
| Binary | 11001101 | 11001010 | 101101 | 0 | 1 | 1001110 | 10100 | 111011 | 1000000 | 110001 |
Color Harmonies of #CDCA2D
Complementary color
Monochromatic Colors of #CDCA2D
Black with #CDCA2D
Text Example
Text Example
White with #CDCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCA2D; }
p { color: rgb(205,202,45); }
H1.HeaderClassName
{
color: #CDCA2D;
}
.AnyTagClassName
{
color: #CDCA2D;
}
</style>
background-color css
<style>
a { background-color: #CDCA2D; }
a { background-color: rgb(205,202,45); }
div.DivClassName
{
background-color: #CDCA2D;
}
.BgClassName
{
background-color: #CDCA2D;
}
</style>
border-color css
<style>
span { border-color: #CDCA2D; }
span { border-color: rgb(205,202,45); }
td.TdClassName
{
border-color: #CDCA2D;
}
.TagClassName
{
border-color: #CDCA2D;
}
</style>