Shades of Barberry #CDC42F
Tints of Barberry #CDC42F
RGB
CMYK
RGB Variations
Color information
#CDC42F (or 0xCDC42F) is known color: Barberry. HEX triplet: CD, C4 and 2F. RGB value is (205,196,47). Sum of RGB (Red+Green+Blue) = 205+196+47=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC42F is #323BD0. Grayscale: #B6B6B6. Windows color (decimal): -3292113 or 3130573. OLE color: 3130573.
HSL color Cylindrical-coordinate representation of color #CDC42F: hue angle of 56.58º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDC42F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 47 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.20 |
| HSL | 56.58º | 0.63% | 0.49% | - |
| HSV(B) | 56.58º | 0.77% | 0.8% | - |
| XYZ | 45.43 | 52.66 | 10.46 | - |
| YUV | 181.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 47 | 0 | 0.04 | 0.77 | 0.20 | 56.58 | 0.63 | 0.49 |
| Hex | CD | C4 | 2F | 0 | 4 | 4D | 14 | 39 | 3F | 31 |
| Octal | 315 | 304 | 57 | 0 | 4 | 115 | 24 | 71 | 77 | 61 |
| Binary | 11001101 | 11000100 | 101111 | 0 | 100 | 1001101 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CDC42F
Complementary color
Monochromatic Colors of #CDC42F
Black with #CDC42F
Text Example
Text Example
White with #CDC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC42F; }
p { color: rgb(205,196,47); }
H1.HeaderClassName
{
color: #CDC42F;
}
.AnyTagClassName
{
color: #CDC42F;
}
</style>
background-color css
<style>
a { background-color: #CDC42F; }
a { background-color: rgb(205,196,47); }
div.DivClassName
{
background-color: #CDC42F;
}
.BgClassName
{
background-color: #CDC42F;
}
</style>
border-color css
<style>
span { border-color: #CDC42F; }
span { border-color: rgb(205,196,47); }
td.TdClassName
{
border-color: #CDC42F;
}
.TagClassName
{
border-color: #CDC42F;
}
</style>