Shades of Barberry #CDBE2D
Tints of Barberry #CDBE2D
RGB
CMYK
RGB Variations
Color information
#CDBE2D (or 0xCDBE2D) is known color: Barberry. HEX triplet: CD, BE and 2D. RGB value is (205,190,45). Sum of RGB (Red+Green+Blue) = 205+190+45=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE2D is #3241D2. Grayscale: #B2B2B2. Windows color (decimal): -3293651 or 2997965. OLE color: 2997965.
HSL color Cylindrical-coordinate representation of color #CDBE2D: hue angle of 54.38º 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 #CDBE2D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.20 |
| HSL | 54.38º | 0.64% | 0.49% | - |
| HSV(B) | 54.38º | 0.78% | 0.8% | - |
| XYZ | 44.06 | 50 | 9.81 | - |
| YUV | 177.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 45 | 0 | 0.07 | 0.78 | 0.20 | 54.38 | 0.64 | 0.49 |
| Hex | CD | BE | 2D | 0 | 7 | 4E | 14 | 36 | 40 | 31 |
| Octal | 315 | 276 | 55 | 0 | 7 | 116 | 24 | 66 | 100 | 61 |
| Binary | 11001101 | 10111110 | 101101 | 0 | 111 | 1001110 | 10100 | 110110 | 1000000 | 110001 |
Color Harmonies of #CDBE2D
Complementary color
Monochromatic Colors of #CDBE2D
Black with #CDBE2D
Text Example
Text Example
White with #CDBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBE2D; }
p { color: rgb(205,190,45); }
H1.HeaderClassName
{
color: #CDBE2D;
}
.AnyTagClassName
{
color: #CDBE2D;
}
</style>
background-color css
<style>
a { background-color: #CDBE2D; }
a { background-color: rgb(205,190,45); }
div.DivClassName
{
background-color: #CDBE2D;
}
.BgClassName
{
background-color: #CDBE2D;
}
</style>
border-color css
<style>
span { border-color: #CDBE2D; }
span { border-color: rgb(205,190,45); }
td.TdClassName
{
border-color: #CDBE2D;
}
.TagClassName
{
border-color: #CDBE2D;
}
</style>