Shades of Barberry #CDB927
Tints of Barberry #CDB927
RGB
CMYK
RGB Variations
Color information
#CDB927 (or 0xCDB927) is known color: Barberry. HEX triplet: CD, B9 and 27. RGB value is (205,185,39). Sum of RGB (Red+Green+Blue) = 205+185+39=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB927 is #3246D8. Grayscale: #AEAEAE. Windows color (decimal): -3294937 or 2603469. OLE color: 2603469.
HSL color Cylindrical-coordinate representation of color #CDB927: hue angle of 52.77º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDB927 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 39 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.20 |
| HSL | 52.77º | 0.68% | 0.48% | - |
| HSV(B) | 52.77º | 0.81% | 0.8% | - |
| XYZ | 42.89 | 47.82 | 8.89 | - |
| YUV | 174.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 39 | 0 | 0.10 | 0.81 | 0.20 | 52.77 | 0.68 | 0.48 |
| Hex | CD | B9 | 27 | 0 | A | 51 | 14 | 35 | 44 | 30 |
| Octal | 315 | 271 | 47 | 0 | 12 | 121 | 24 | 65 | 104 | 60 |
| Binary | 11001101 | 10111001 | 100111 | 0 | 1010 | 1010001 | 10100 | 110101 | 1000100 | 110000 |
Color Harmonies of #CDB927
Complementary color
Monochromatic Colors of #CDB927
Black with #CDB927
Text Example
Text Example
White with #CDB927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB927; }
p { color: rgb(205,185,39); }
H1.HeaderClassName
{
color: #CDB927;
}
.AnyTagClassName
{
color: #CDB927;
}
</style>
background-color css
<style>
a { background-color: #CDB927; }
a { background-color: rgb(205,185,39); }
div.DivClassName
{
background-color: #CDB927;
}
.BgClassName
{
background-color: #CDB927;
}
</style>
border-color css
<style>
span { border-color: #CDB927; }
span { border-color: rgb(205,185,39); }
td.TdClassName
{
border-color: #CDB927;
}
.TagClassName
{
border-color: #CDB927;
}
</style>