Shades of Barberry #CDD61E
Tints of Barberry #CDD61E
RGB
CMYK
RGB Variations
Color information
#CDD61E (or 0xCDD61E) is known color: Barberry. HEX triplet: CD, D6 and 1E. RGB value is (205,214,30). Sum of RGB (Red+Green+Blue) = 205+214+30=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD61E is #3229E1. Grayscale: #BFBFBF. Windows color (decimal): -3287522 or 2021069. OLE color: 2021069.
HSL color Cylindrical-coordinate representation of color #CDD61E: hue angle of 62.93º degrees, saturation: 0.75, 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 #CDD61E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 30 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.16 |
| HSL | 62.93º | 0.75% | 0.48% | - |
| HSV(B) | 62.93º | 0.86% | 0.84% | - |
| XYZ | 49.46 | 61.17 | 10.43 | - |
| YUV | 190.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 30 | 0.04 | 0 | 0.86 | 0.16 | 62.93 | 0.75 | 0.48 |
| Hex | CD | D6 | 1E | 4 | 0 | 56 | 10 | 3F | 4B | 30 |
| Octal | 315 | 326 | 36 | 4 | 0 | 126 | 20 | 77 | 113 | 60 |
| Binary | 11001101 | 11010110 | 11110 | 100 | 0 | 1010110 | 10000 | 111111 | 1001011 | 110000 |
Color Harmonies of #CDD61E
Complementary color
Monochromatic Colors of #CDD61E
Black with #CDD61E
Text Example
Text Example
White with #CDD61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD61E; }
p { color: rgb(205,214,30); }
H1.HeaderClassName
{
color: #CDD61E;
}
.AnyTagClassName
{
color: #CDD61E;
}
</style>
background-color css
<style>
a { background-color: #CDD61E; }
a { background-color: rgb(205,214,30); }
div.DivClassName
{
background-color: #CDD61E;
}
.BgClassName
{
background-color: #CDD61E;
}
</style>
border-color css
<style>
span { border-color: #CDD61E; }
span { border-color: rgb(205,214,30); }
td.TdClassName
{
border-color: #CDD61E;
}
.TagClassName
{
border-color: #CDD61E;
}
</style>