Shades of Barberry #CDC42D
Tints of Barberry #CDC42D
RGB
CMYK
RGB Variations
Color information
#CDC42D (or 0xCDC42D) is known color: Barberry. HEX triplet: CD, C4 and 2D. RGB value is (205,196,45). Sum of RGB (Red+Green+Blue) = 205+196+45=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC42D is #323BD2. Grayscale: #B6B6B6. Windows color (decimal): -3292115 or 2999501. OLE color: 2999501.
HSL color Cylindrical-coordinate representation of color #CDC42D: hue angle of 56.62º 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 #CDC42D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 45 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.20 |
| HSL | 56.63º | 0.64% | 0.49% | - |
| HSV(B) | 56.63º | 0.78% | 0.8% | - |
| XYZ | 45.39 | 52.65 | 10.25 | - |
| YUV | 181.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 45 | 0 | 0.04 | 0.78 | 0.20 | 56.63 | 0.64 | 0.49 |
| Hex | CD | C4 | 2D | 0 | 4 | 4E | 14 | 39 | 40 | 31 |
| Octal | 315 | 304 | 55 | 0 | 4 | 116 | 24 | 71 | 100 | 61 |
| Binary | 11001101 | 11000100 | 101101 | 0 | 100 | 1001110 | 10100 | 111001 | 1000000 | 110001 |
Color Harmonies of #CDC42D
Complementary color
Monochromatic Colors of #CDC42D
Black with #CDC42D
Text Example
Text Example
White with #CDC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC42D; }
p { color: rgb(205,196,45); }
H1.HeaderClassName
{
color: #CDC42D;
}
.AnyTagClassName
{
color: #CDC42D;
}
</style>
background-color css
<style>
a { background-color: #CDC42D; }
a { background-color: rgb(205,196,45); }
div.DivClassName
{
background-color: #CDC42D;
}
.BgClassName
{
background-color: #CDC42D;
}
</style>
border-color css
<style>
span { border-color: #CDC42D; }
span { border-color: rgb(205,196,45); }
td.TdClassName
{
border-color: #CDC42D;
}
.TagClassName
{
border-color: #CDC42D;
}
</style>