Shades of Barberry #CDD313
Tints of Barberry #CDD313
RGB
CMYK
RGB Variations
Color information
#CDD313 (or 0xCDD313) is known color: Barberry. HEX triplet: CD, D3 and 13. RGB value is (205,211,19). Sum of RGB (Red+Green+Blue) = 205+211+19=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD313 is #322CEC. Grayscale: #BCBCBC. Windows color (decimal): -3288301 or 1299405. OLE color: 1299405.
HSL color Cylindrical-coordinate representation of color #CDD313: hue angle of 61.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD313 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 19 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.17 |
| HSL | 61.88º | 0.83% | 0.45% | - |
| HSV(B) | 61.88º | 0.91% | 0.83% | - |
| XYZ | 48.59 | 59.61 | 9.56 | - |
| YUV | 187.32 | 33.01 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 19 | 0.03 | 0 | 0.91 | 0.17 | 61.88 | 0.83 | 0.45 |
| Hex | CD | D3 | 13 | 3 | 0 | 5B | 11 | 3E | 53 | 2D |
| Octal | 315 | 323 | 23 | 3 | 0 | 133 | 21 | 76 | 123 | 55 |
| Binary | 11001101 | 11010011 | 10011 | 11 | 0 | 1011011 | 10001 | 111110 | 1010011 | 101101 |
Color Harmonies of #CDD313
Complementary color
Monochromatic Colors of #CDD313
Black with #CDD313
Text Example
Text Example
White with #CDD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD313; }
p { color: rgb(205,211,19); }
H1.HeaderClassName
{
color: #CDD313;
}
.AnyTagClassName
{
color: #CDD313;
}
</style>
background-color css
<style>
a { background-color: #CDD313; }
a { background-color: rgb(205,211,19); }
div.DivClassName
{
background-color: #CDD313;
}
.BgClassName
{
background-color: #CDD313;
}
</style>
border-color css
<style>
span { border-color: #CDD313; }
span { border-color: rgb(205,211,19); }
td.TdClassName
{
border-color: #CDD313;
}
.TagClassName
{
border-color: #CDD313;
}
</style>