Shades of Barberry #CDC82D
Tints of Barberry #CDC82D
RGB
CMYK
RGB Variations
Color information
#CDC82D (or 0xCDC82D) is known color: Barberry. HEX triplet: CD, C8 and 2D. RGB value is (205,200,45). Sum of RGB (Red+Green+Blue) = 205+200+45=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC82D is #3237D2. Grayscale: #B8B8B8. Windows color (decimal): -3291091 or 3000525. OLE color: 3000525.
HSL color Cylindrical-coordinate representation of color #CDC82D: hue angle of 58.12º 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 #CDC82D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 45 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.20 |
| HSL | 58.13º | 0.64% | 0.49% | - |
| HSV(B) | 58.13º | 0.78% | 0.8% | - |
| XYZ | 46.3 | 54.48 | 10.56 | - |
| YUV | 183.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 45 | 0 | 0.02 | 0.78 | 0.20 | 58.13 | 0.64 | 0.49 |
| Hex | CD | C8 | 2D | 0 | 2 | 4E | 14 | 3A | 40 | 31 |
| Octal | 315 | 310 | 55 | 0 | 2 | 116 | 24 | 72 | 100 | 61 |
| Binary | 11001101 | 11001000 | 101101 | 0 | 10 | 1001110 | 10100 | 111010 | 1000000 | 110001 |
Color Harmonies of #CDC82D
Complementary color
Monochromatic Colors of #CDC82D
Black with #CDC82D
Text Example
Text Example
White with #CDC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC82D; }
p { color: rgb(205,200,45); }
H1.HeaderClassName
{
color: #CDC82D;
}
.AnyTagClassName
{
color: #CDC82D;
}
</style>
background-color css
<style>
a { background-color: #CDC82D; }
a { background-color: rgb(205,200,45); }
div.DivClassName
{
background-color: #CDC82D;
}
.BgClassName
{
background-color: #CDC82D;
}
</style>
border-color css
<style>
span { border-color: #CDC82D; }
span { border-color: rgb(205,200,45); }
td.TdClassName
{
border-color: #CDC82D;
}
.TagClassName
{
border-color: #CDC82D;
}
</style>