Shades of Barberry #CDC31F
Tints of Barberry #CDC31F
RGB
CMYK
RGB Variations
Color information
#CDC31F (or 0xCDC31F) is known color: Barberry. HEX triplet: CD, C3 and 1F. RGB value is (205,195,31). Sum of RGB (Red+Green+Blue) = 205+195+31=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC31F is #323CE0. Grayscale: #B3B3B3. Windows color (decimal): -3292385 or 2081741. OLE color: 2081741.
HSL color Cylindrical-coordinate representation of color #CDC31F: hue angle of 56.55º 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 #CDC31F is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 31 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.20 |
| HSL | 56.55º | 0.74% | 0.46% | - |
| HSV(B) | 56.55º | 0.85% | 0.8% | - |
| XYZ | 44.94 | 52.11 | 8.99 | - |
| YUV | 179.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 31 | 0 | 0.05 | 0.85 | 0.20 | 56.55 | 0.74 | 0.46 |
| Hex | CD | C3 | 1F | 0 | 5 | 55 | 14 | 39 | 4A | 2E |
| Octal | 315 | 303 | 37 | 0 | 5 | 125 | 24 | 71 | 112 | 56 |
| Binary | 11001101 | 11000011 | 11111 | 0 | 101 | 1010101 | 10100 | 111001 | 1001010 | 101110 |
Color Harmonies of #CDC31F
Complementary color
Monochromatic Colors of #CDC31F
Black with #CDC31F
Text Example
Text Example
White with #CDC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC31F; }
p { color: rgb(205,195,31); }
H1.HeaderClassName
{
color: #CDC31F;
}
.AnyTagClassName
{
color: #CDC31F;
}
</style>
background-color css
<style>
a { background-color: #CDC31F; }
a { background-color: rgb(205,195,31); }
div.DivClassName
{
background-color: #CDC31F;
}
.BgClassName
{
background-color: #CDC31F;
}
</style>
border-color css
<style>
span { border-color: #CDC31F; }
span { border-color: rgb(205,195,31); }
td.TdClassName
{
border-color: #CDC31F;
}
.TagClassName
{
border-color: #CDC31F;
}
</style>