Shades of Barberry #CDBF2D
Tints of Barberry #CDBF2D
RGB
CMYK
RGB Variations
Color information
#CDBF2D (or 0xCDBF2D) is known color: Barberry. HEX triplet: CD, BF and 2D. RGB value is (205,191,45). Sum of RGB (Red+Green+Blue) = 205+191+45=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBF2D is #3240D2. Grayscale: #B3B3B3. Windows color (decimal): -3293395 or 2998221. OLE color: 2998221.
HSL color Cylindrical-coordinate representation of color #CDBF2D: hue angle of 54.75º degrees, saturation: 0.64, 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 #CDBF2D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.20 |
| HSL | 54.75º | 0.64% | 0.49% | - |
| HSV(B) | 54.75º | 0.78% | 0.8% | - |
| XYZ | 44.28 | 50.43 | 9.88 | - |
| YUV | 178.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 45 | 0 | 0.07 | 0.78 | 0.20 | 54.75 | 0.64 | 0.49 |
| Hex | CD | BF | 2D | 0 | 7 | 4E | 14 | 37 | 40 | 31 |
| Octal | 315 | 277 | 55 | 0 | 7 | 116 | 24 | 67 | 100 | 61 |
| Binary | 11001101 | 10111111 | 101101 | 0 | 111 | 1001110 | 10100 | 110111 | 1000000 | 110001 |
Color Harmonies of #CDBF2D
Complementary color
Monochromatic Colors of #CDBF2D
Black with #CDBF2D
Text Example
Text Example
White with #CDBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBF2D; }
p { color: rgb(205,191,45); }
H1.HeaderClassName
{
color: #CDBF2D;
}
.AnyTagClassName
{
color: #CDBF2D;
}
</style>
background-color css
<style>
a { background-color: #CDBF2D; }
a { background-color: rgb(205,191,45); }
div.DivClassName
{
background-color: #CDBF2D;
}
.BgClassName
{
background-color: #CDBF2D;
}
</style>
border-color css
<style>
span { border-color: #CDBF2D; }
span { border-color: rgb(205,191,45); }
td.TdClassName
{
border-color: #CDBF2D;
}
.TagClassName
{
border-color: #CDBF2D;
}
</style>