Shades of Barberry #CDC91C
Tints of Barberry #CDC91C
RGB
CMYK
RGB Variations
Color information
#CDC91C (or 0xCDC91C) is known color: Barberry. HEX triplet: CD, C9 and 1C. RGB value is (205,201,28). Sum of RGB (Red+Green+Blue) = 205+201+28=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC91C is #3236E3. Grayscale: #B7B7B7. Windows color (decimal): -3290852 or 1886669. OLE color: 1886669.
HSL color Cylindrical-coordinate representation of color #CDC91C: hue angle of 58.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDC91C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 28 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.20 |
| HSL | 58.64º | 0.76% | 0.46% | - |
| HSV(B) | 58.64º | 0.86% | 0.8% | - |
| XYZ | 46.27 | 54.84 | 9.24 | - |
| YUV | 182.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 28 | 0 | 0.02 | 0.86 | 0.20 | 58.64 | 0.76 | 0.46 |
| Hex | CD | C9 | 1C | 0 | 2 | 56 | 14 | 3B | 4C | 2E |
| Octal | 315 | 311 | 34 | 0 | 2 | 126 | 24 | 73 | 114 | 56 |
| Binary | 11001101 | 11001001 | 11100 | 0 | 10 | 1010110 | 10100 | 111011 | 1001100 | 101110 |
Color Harmonies of #CDC91C
Complementary color
Monochromatic Colors of #CDC91C
Black with #CDC91C
Text Example
Text Example
White with #CDC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC91C; }
p { color: rgb(205,201,28); }
H1.HeaderClassName
{
color: #CDC91C;
}
.AnyTagClassName
{
color: #CDC91C;
}
</style>
background-color css
<style>
a { background-color: #CDC91C; }
a { background-color: rgb(205,201,28); }
div.DivClassName
{
background-color: #CDC91C;
}
.BgClassName
{
background-color: #CDC91C;
}
</style>
border-color css
<style>
span { border-color: #CDC91C; }
span { border-color: rgb(205,201,28); }
td.TdClassName
{
border-color: #CDC91C;
}
.TagClassName
{
border-color: #CDC91C;
}
</style>