Shades of Barberry #CDC92E
Tints of Barberry #CDC92E
RGB
CMYK
RGB Variations
Color information
#CDC92E (or 0xCDC92E) is known color: Barberry. HEX triplet: CD, C9 and 2E. RGB value is (205,201,46). Sum of RGB (Red+Green+Blue) = 205+201+46=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC92E is #3236D1. Grayscale: #B9B9B9. Windows color (decimal): -3290834 or 3066317. OLE color: 3066317.
HSL color Cylindrical-coordinate representation of color #CDC92E: hue angle of 58.49º 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 #CDC92E is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 46 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.20 |
| HSL | 58.49º | 0.63% | 0.49% | - |
| HSV(B) | 58.49º | 0.78% | 0.8% | - |
| XYZ | 46.56 | 54.95 | 10.74 | - |
| YUV | 184.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 46 | 0 | 0.02 | 0.78 | 0.20 | 58.49 | 0.63 | 0.49 |
| Hex | CD | C9 | 2E | 0 | 2 | 4E | 14 | 3A | 3F | 31 |
| Octal | 315 | 311 | 56 | 0 | 2 | 116 | 24 | 72 | 77 | 61 |
| Binary | 11001101 | 11001001 | 101110 | 0 | 10 | 1001110 | 10100 | 111010 | 111111 | 110001 |
Color Harmonies of #CDC92E
Complementary color
Monochromatic Colors of #CDC92E
Black with #CDC92E
Text Example
Text Example
White with #CDC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC92E; }
p { color: rgb(205,201,46); }
H1.HeaderClassName
{
color: #CDC92E;
}
.AnyTagClassName
{
color: #CDC92E;
}
</style>
background-color css
<style>
a { background-color: #CDC92E; }
a { background-color: rgb(205,201,46); }
div.DivClassName
{
background-color: #CDC92E;
}
.BgClassName
{
background-color: #CDC92E;
}
</style>
border-color css
<style>
span { border-color: #CDC92E; }
span { border-color: rgb(205,201,46); }
td.TdClassName
{
border-color: #CDC92E;
}
.TagClassName
{
border-color: #CDC92E;
}
</style>