Shades of Barberry #CDD31F
Tints of Barberry #CDD31F
RGB
CMYK
RGB Variations
Color information
#CDD31F (or 0xCDD31F) is known color: Barberry. HEX triplet: CD, D3 and 1F. RGB value is (205,211,31). Sum of RGB (Red+Green+Blue) = 205+211+31=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD31F is #322CE0. Grayscale: #BDBDBD. Windows color (decimal): -3288289 or 2085837. OLE color: 2085837.
HSL color Cylindrical-coordinate representation of color #CDD31F: hue angle of 62º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDD31F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 31 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.17 |
| HSL | 62º | 0.74% | 0.47% | - |
| HSV(B) | 62º | 0.85% | 0.83% | - |
| XYZ | 48.72 | 59.67 | 10.25 | - |
| YUV | 188.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 31 | 0.03 | 0 | 0.85 | 0.17 | 62 | 0.74 | 0.47 |
| Hex | CD | D3 | 1F | 3 | 0 | 55 | 11 | 3E | 4A | 2F |
| Octal | 315 | 323 | 37 | 3 | 0 | 125 | 21 | 76 | 112 | 57 |
| Binary | 11001101 | 11010011 | 11111 | 11 | 0 | 1010101 | 10001 | 111110 | 1001010 | 101111 |
Color Harmonies of #CDD31F
Complementary color
Monochromatic Colors of #CDD31F
Black with #CDD31F
Text Example
Text Example
White with #CDD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD31F; }
p { color: rgb(205,211,31); }
H1.HeaderClassName
{
color: #CDD31F;
}
.AnyTagClassName
{
color: #CDD31F;
}
</style>
background-color css
<style>
a { background-color: #CDD31F; }
a { background-color: rgb(205,211,31); }
div.DivClassName
{
background-color: #CDD31F;
}
.BgClassName
{
background-color: #CDD31F;
}
</style>
border-color css
<style>
span { border-color: #CDD31F; }
span { border-color: rgb(205,211,31); }
td.TdClassName
{
border-color: #CDD31F;
}
.TagClassName
{
border-color: #CDD31F;
}
</style>