Shades of Barberry #CDD41E
Tints of Barberry #CDD41E
RGB
CMYK
RGB Variations
Color information
#CDD41E (or 0xCDD41E) is known color: Barberry. HEX triplet: CD, D4 and 1E. RGB value is (205,212,30). Sum of RGB (Red+Green+Blue) = 205+212+30=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD41E is #322BE1. Grayscale: #BDBDBD. Windows color (decimal): -3288034 or 2020557. OLE color: 2020557.
HSL color Cylindrical-coordinate representation of color #CDD41E: hue angle of 62.31º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDD41E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 30 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.17 |
| HSL | 62.31º | 0.75% | 0.47% | - |
| HSV(B) | 62.31º | 0.86% | 0.83% | - |
| XYZ | 48.95 | 60.16 | 10.26 | - |
| YUV | 189.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 30 | 0.03 | 0 | 0.86 | 0.17 | 62.31 | 0.75 | 0.47 |
| Hex | CD | D4 | 1E | 3 | 0 | 56 | 11 | 3E | 4B | 2F |
| Octal | 315 | 324 | 36 | 3 | 0 | 126 | 21 | 76 | 113 | 57 |
| Binary | 11001101 | 11010100 | 11110 | 11 | 0 | 1010110 | 10001 | 111110 | 1001011 | 101111 |
Color Harmonies of #CDD41E
Complementary color
Monochromatic Colors of #CDD41E
Black with #CDD41E
Text Example
Text Example
White with #CDD41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD41E; }
p { color: rgb(205,212,30); }
H1.HeaderClassName
{
color: #CDD41E;
}
.AnyTagClassName
{
color: #CDD41E;
}
</style>
background-color css
<style>
a { background-color: #CDD41E; }
a { background-color: rgb(205,212,30); }
div.DivClassName
{
background-color: #CDD41E;
}
.BgClassName
{
background-color: #CDD41E;
}
</style>
border-color css
<style>
span { border-color: #CDD41E; }
span { border-color: rgb(205,212,30); }
td.TdClassName
{
border-color: #CDD41E;
}
.TagClassName
{
border-color: #CDD41E;
}
</style>