Shades of Barberry #CDC62E
Tints of Barberry #CDC62E
RGB
CMYK
RGB Variations
Color information
#CDC62E (or 0xCDC62E) is known color: Barberry. HEX triplet: CD, C6 and 2E. RGB value is (205,198,46). Sum of RGB (Red+Green+Blue) = 205+198+46=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC62E is #3239D1. Grayscale: #B7B7B7. Windows color (decimal): -3291602 or 3065549. OLE color: 3065549.
HSL color Cylindrical-coordinate representation of color #CDC62E: hue angle of 57.36º degrees, saturation: 0.63, 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 #CDC62E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 46 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.20 |
| HSL | 57.36º | 0.63% | 0.49% | - |
| HSV(B) | 57.36º | 0.78% | 0.8% | - |
| XYZ | 45.86 | 53.56 | 10.51 | - |
| YUV | 182.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 46 | 0 | 0.03 | 0.78 | 0.20 | 57.36 | 0.63 | 0.49 |
| Hex | CD | C6 | 2E | 0 | 3 | 4E | 14 | 39 | 3F | 31 |
| Octal | 315 | 306 | 56 | 0 | 3 | 116 | 24 | 71 | 77 | 61 |
| Binary | 11001101 | 11000110 | 101110 | 0 | 11 | 1001110 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CDC62E
Complementary color
Monochromatic Colors of #CDC62E
Black with #CDC62E
Text Example
Text Example
White with #CDC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC62E; }
p { color: rgb(205,198,46); }
H1.HeaderClassName
{
color: #CDC62E;
}
.AnyTagClassName
{
color: #CDC62E;
}
</style>
background-color css
<style>
a { background-color: #CDC62E; }
a { background-color: rgb(205,198,46); }
div.DivClassName
{
background-color: #CDC62E;
}
.BgClassName
{
background-color: #CDC62E;
}
</style>
border-color css
<style>
span { border-color: #CDC62E; }
span { border-color: rgb(205,198,46); }
td.TdClassName
{
border-color: #CDC62E;
}
.TagClassName
{
border-color: #CDC62E;
}
</style>