Shades of Barberry #CDD319
Tints of Barberry #CDD319
RGB
CMYK
RGB Variations
Color information
#CDD319 (or 0xCDD319) is known color: Barberry. HEX triplet: CD, D3 and 19. RGB value is (205,211,25). Sum of RGB (Red+Green+Blue) = 205+211+25=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD319 is #322CE6. Grayscale: #BCBCBC. Windows color (decimal): -3288295 or 1692621. OLE color: 1692621.
HSL color Cylindrical-coordinate representation of color #CDD319: hue angle of 61.94º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDD319 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 25 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.17 |
| HSL | 61.94º | 0.79% | 0.46% | - |
| HSV(B) | 61.94º | 0.88% | 0.83% | - |
| XYZ | 48.65 | 59.64 | 9.87 | - |
| YUV | 188 | 36.01 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 25 | 0.03 | 0 | 0.88 | 0.17 | 61.94 | 0.79 | 0.46 |
| Hex | CD | D3 | 19 | 3 | 0 | 58 | 11 | 3E | 4F | 2E |
| Octal | 315 | 323 | 31 | 3 | 0 | 130 | 21 | 76 | 117 | 56 |
| Binary | 11001101 | 11010011 | 11001 | 11 | 0 | 1011000 | 10001 | 111110 | 1001111 | 101110 |
Color Harmonies of #CDD319
Complementary color
Monochromatic Colors of #CDD319
Black with #CDD319
Text Example
Text Example
White with #CDD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD319; }
p { color: rgb(205,211,25); }
H1.HeaderClassName
{
color: #CDD319;
}
.AnyTagClassName
{
color: #CDD319;
}
</style>
background-color css
<style>
a { background-color: #CDD319; }
a { background-color: rgb(205,211,25); }
div.DivClassName
{
background-color: #CDD319;
}
.BgClassName
{
background-color: #CDD319;
}
</style>
border-color css
<style>
span { border-color: #CDD319; }
span { border-color: rgb(205,211,25); }
td.TdClassName
{
border-color: #CDD319;
}
.TagClassName
{
border-color: #CDD319;
}
</style>