Shades of Barberry #CDC21F
Tints of Barberry #CDC21F
RGB
CMYK
RGB Variations
Color information
#CDC21F (or 0xCDC21F) is known color: Barberry. HEX triplet: CD, C2 and 1F. RGB value is (205,194,31). Sum of RGB (Red+Green+Blue) = 205+194+31=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC21F is #323DE0. Grayscale: #B3B3B3. Windows color (decimal): -3292641 or 2081485. OLE color: 2081485.
HSL color Cylindrical-coordinate representation of color #CDC21F: hue angle of 56.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDC21F is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 31 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.20 |
| HSL | 56.21º | 0.74% | 0.46% | - |
| HSV(B) | 56.21º | 0.85% | 0.8% | - |
| XYZ | 44.72 | 51.66 | 8.91 | - |
| YUV | 178.71 | 44.64 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 31 | 0 | 0.05 | 0.85 | 0.20 | 56.21 | 0.74 | 0.46 |
| Hex | CD | C2 | 1F | 0 | 5 | 55 | 14 | 38 | 4A | 2E |
| Octal | 315 | 302 | 37 | 0 | 5 | 125 | 24 | 70 | 112 | 56 |
| Binary | 11001101 | 11000010 | 11111 | 0 | 101 | 1010101 | 10100 | 111000 | 1001010 | 101110 |
Color Harmonies of #CDC21F
Complementary color
Monochromatic Colors of #CDC21F
Black with #CDC21F
Text Example
Text Example
White with #CDC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC21F; }
p { color: rgb(205,194,31); }
H1.HeaderClassName
{
color: #CDC21F;
}
.AnyTagClassName
{
color: #CDC21F;
}
</style>
background-color css
<style>
a { background-color: #CDC21F; }
a { background-color: rgb(205,194,31); }
div.DivClassName
{
background-color: #CDC21F;
}
.BgClassName
{
background-color: #CDC21F;
}
</style>
border-color css
<style>
span { border-color: #CDC21F; }
span { border-color: rgb(205,194,31); }
td.TdClassName
{
border-color: #CDC21F;
}
.TagClassName
{
border-color: #CDC21F;
}
</style>