Shades of Barberry #CDC32D
Tints of Barberry #CDC32D
RGB
CMYK
RGB Variations
Color information
#CDC32D (or 0xCDC32D) is known color: Barberry. HEX triplet: CD, C3 and 2D. RGB value is (205,195,45). Sum of RGB (Red+Green+Blue) = 205+195+45=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC32D is #323CD2. Grayscale: #B5B5B5. Windows color (decimal): -3292371 or 2999245. OLE color: 2999245.
HSL color Cylindrical-coordinate representation of color #CDC32D: hue angle of 56.25º 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 #CDC32D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 45 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.20 |
| HSL | 56.25º | 0.64% | 0.49% | - |
| HSV(B) | 56.25º | 0.78% | 0.8% | - |
| XYZ | 45.17 | 52.2 | 10.18 | - |
| YUV | 180.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 45 | 0 | 0.05 | 0.78 | 0.20 | 56.25 | 0.64 | 0.49 |
| Hex | CD | C3 | 2D | 0 | 5 | 4E | 14 | 38 | 40 | 31 |
| Octal | 315 | 303 | 55 | 0 | 5 | 116 | 24 | 70 | 100 | 61 |
| Binary | 11001101 | 11000011 | 101101 | 0 | 101 | 1001110 | 10100 | 111000 | 1000000 | 110001 |
Color Harmonies of #CDC32D
Complementary color
Monochromatic Colors of #CDC32D
Black with #CDC32D
Text Example
Text Example
White with #CDC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC32D; }
p { color: rgb(205,195,45); }
H1.HeaderClassName
{
color: #CDC32D;
}
.AnyTagClassName
{
color: #CDC32D;
}
</style>
background-color css
<style>
a { background-color: #CDC32D; }
a { background-color: rgb(205,195,45); }
div.DivClassName
{
background-color: #CDC32D;
}
.BgClassName
{
background-color: #CDC32D;
}
</style>
border-color css
<style>
span { border-color: #CDC32D; }
span { border-color: rgb(205,195,45); }
td.TdClassName
{
border-color: #CDC32D;
}
.TagClassName
{
border-color: #CDC32D;
}
</style>