Shades of Barberry #CDCB1E
Tints of Barberry #CDCB1E
RGB
CMYK
RGB Variations
Color information
#CDCB1E (or 0xCDCB1E) is known color: Barberry. HEX triplet: CD, CB and 1E. RGB value is (205,203,30). Sum of RGB (Red+Green+Blue) = 205+203+30=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCB1E is #3234E1. Grayscale: #B8B8B8. Windows color (decimal): -3290338 or 2018253. OLE color: 2018253.
HSL color Cylindrical-coordinate representation of color #CDCB1E: hue angle of 59.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDCB1E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 30 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.20 |
| HSL | 59.31º | 0.74% | 0.46% | - |
| HSV(B) | 59.31º | 0.85% | 0.8% | - |
| XYZ | 46.77 | 55.78 | 9.53 | - |
| YUV | 183.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 30 | 0 | 0.01 | 0.85 | 0.20 | 59.31 | 0.74 | 0.46 |
| Hex | CD | CB | 1E | 0 | 1 | 55 | 14 | 3B | 4A | 2E |
| Octal | 315 | 313 | 36 | 0 | 1 | 125 | 24 | 73 | 112 | 56 |
| Binary | 11001101 | 11001011 | 11110 | 0 | 1 | 1010101 | 10100 | 111011 | 1001010 | 101110 |
Color Harmonies of #CDCB1E
Complementary color
Monochromatic Colors of #CDCB1E
Black with #CDCB1E
Text Example
Text Example
White with #CDCB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCB1E; }
p { color: rgb(205,203,30); }
H1.HeaderClassName
{
color: #CDCB1E;
}
.AnyTagClassName
{
color: #CDCB1E;
}
</style>
background-color css
<style>
a { background-color: #CDCB1E; }
a { background-color: rgb(205,203,30); }
div.DivClassName
{
background-color: #CDCB1E;
}
.BgClassName
{
background-color: #CDCB1E;
}
</style>
border-color css
<style>
span { border-color: #CDCB1E; }
span { border-color: rgb(205,203,30); }
td.TdClassName
{
border-color: #CDCB1E;
}
.TagClassName
{
border-color: #CDCB1E;
}
</style>