Shades of Barberry #CDC91F
Tints of Barberry #CDC91F
RGB
CMYK
RGB Variations
Color information
#CDC91F (or 0xCDC91F) is known color: Barberry. HEX triplet: CD, C9 and 1F. RGB value is (205,201,31). Sum of RGB (Red+Green+Blue) = 205+201+31=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC91F is #3236E0. Grayscale: #B7B7B7. Windows color (decimal): -3290849 or 2083277. OLE color: 2083277.
HSL color Cylindrical-coordinate representation of color #CDC91F: hue angle of 58.62º 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 #CDC91F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 31 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.20 |
| HSL | 58.62º | 0.74% | 0.46% | - |
| HSV(B) | 58.62º | 0.85% | 0.8% | - |
| XYZ | 46.31 | 54.85 | 9.44 | - |
| YUV | 182.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 31 | 0 | 0.02 | 0.85 | 0.20 | 58.62 | 0.74 | 0.46 |
| Hex | CD | C9 | 1F | 0 | 2 | 55 | 14 | 3B | 4A | 2E |
| Octal | 315 | 311 | 37 | 0 | 2 | 125 | 24 | 73 | 112 | 56 |
| Binary | 11001101 | 11001001 | 11111 | 0 | 10 | 1010101 | 10100 | 111011 | 1001010 | 101110 |
Color Harmonies of #CDC91F
Complementary color
Monochromatic Colors of #CDC91F
Black with #CDC91F
Text Example
Text Example
White with #CDC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC91F; }
p { color: rgb(205,201,31); }
H1.HeaderClassName
{
color: #CDC91F;
}
.AnyTagClassName
{
color: #CDC91F;
}
</style>
background-color css
<style>
a { background-color: #CDC91F; }
a { background-color: rgb(205,201,31); }
div.DivClassName
{
background-color: #CDC91F;
}
.BgClassName
{
background-color: #CDC91F;
}
</style>
border-color css
<style>
span { border-color: #CDC91F; }
span { border-color: rgb(205,201,31); }
td.TdClassName
{
border-color: #CDC91F;
}
.TagClassName
{
border-color: #CDC91F;
}
</style>