Shades of Barberry #CDD61D
Tints of Barberry #CDD61D
RGB
CMYK
RGB Variations
Color information
#CDD61D (or 0xCDD61D) is known color: Barberry. HEX triplet: CD, D6 and 1D. RGB value is (205,214,29). Sum of RGB (Red+Green+Blue) = 205+214+29=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD61D is #3229E2. Grayscale: #BEBEBE. Windows color (decimal): -3287523 or 1955533. OLE color: 1955533.
HSL color Cylindrical-coordinate representation of color #CDD61D: hue angle of 62.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDD61D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 29 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.16 |
| HSL | 62.92º | 0.76% | 0.48% | - |
| HSV(B) | 62.92º | 0.86% | 0.84% | - |
| XYZ | 49.45 | 61.16 | 10.36 | - |
| YUV | 190.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 29 | 0.04 | 0 | 0.86 | 0.16 | 62.92 | 0.76 | 0.48 |
| Hex | CD | D6 | 1D | 4 | 0 | 56 | 10 | 3F | 4C | 30 |
| Octal | 315 | 326 | 35 | 4 | 0 | 126 | 20 | 77 | 114 | 60 |
| Binary | 11001101 | 11010110 | 11101 | 100 | 0 | 1010110 | 10000 | 111111 | 1001100 | 110000 |
Color Harmonies of #CDD61D
Complementary color
Monochromatic Colors of #CDD61D
Black with #CDD61D
Text Example
Text Example
White with #CDD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD61D; }
p { color: rgb(205,214,29); }
H1.HeaderClassName
{
color: #CDD61D;
}
.AnyTagClassName
{
color: #CDD61D;
}
</style>
background-color css
<style>
a { background-color: #CDD61D; }
a { background-color: rgb(205,214,29); }
div.DivClassName
{
background-color: #CDD61D;
}
.BgClassName
{
background-color: #CDD61D;
}
</style>
border-color css
<style>
span { border-color: #CDD61D; }
span { border-color: rgb(205,214,29); }
td.TdClassName
{
border-color: #CDD61D;
}
.TagClassName
{
border-color: #CDD61D;
}
</style>