Shades of Barberry #CDC82A
Tints of Barberry #CDC82A
RGB
CMYK
RGB Variations
Color information
#CDC82A (or 0xCDC82A) is known color: Barberry. HEX triplet: CD, C8 and 2A. RGB value is (205,200,42). Sum of RGB (Red+Green+Blue) = 205+200+42=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC82A is #3237D5. Grayscale: #B8B8B8. Windows color (decimal): -3291094 or 2803917. OLE color: 2803917.
HSL color Cylindrical-coordinate representation of color #CDC82A: hue angle of 58.16º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDC82A is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 42 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.20 |
| HSL | 58.16º | 0.66% | 0.48% | - |
| HSV(B) | 58.16º | 0.8% | 0.8% | - |
| XYZ | 46.25 | 54.45 | 10.26 | - |
| YUV | 183.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 42 | 0 | 0.02 | 0.80 | 0.20 | 58.16 | 0.66 | 0.48 |
| Hex | CD | C8 | 2A | 0 | 2 | 50 | 14 | 3A | 42 | 30 |
| Octal | 315 | 310 | 52 | 0 | 2 | 120 | 24 | 72 | 102 | 60 |
| Binary | 11001101 | 11001000 | 101010 | 0 | 10 | 1010000 | 10100 | 111010 | 1000010 | 110000 |
Color Harmonies of #CDC82A
Complementary color
Monochromatic Colors of #CDC82A
Black with #CDC82A
Text Example
Text Example
White with #CDC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC82A; }
p { color: rgb(205,200,42); }
H1.HeaderClassName
{
color: #CDC82A;
}
.AnyTagClassName
{
color: #CDC82A;
}
</style>
background-color css
<style>
a { background-color: #CDC82A; }
a { background-color: rgb(205,200,42); }
div.DivClassName
{
background-color: #CDC82A;
}
.BgClassName
{
background-color: #CDC82A;
}
</style>
border-color css
<style>
span { border-color: #CDC82A; }
span { border-color: rgb(205,200,42); }
td.TdClassName
{
border-color: #CDC82A;
}
.TagClassName
{
border-color: #CDC82A;
}
</style>