Shades of Barberry #CDC71F
Tints of Barberry #CDC71F
RGB
CMYK
RGB Variations
Color information
#CDC71F (or 0xCDC71F) is known color: Barberry. HEX triplet: CD, C7 and 1F. RGB value is (205,199,31). Sum of RGB (Red+Green+Blue) = 205+199+31=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC71F is #3238E0. Grayscale: #B6B6B6. Windows color (decimal): -3291361 or 2082765. OLE color: 2082765.
HSL color Cylindrical-coordinate representation of color #CDC71F: hue angle of 57.93º 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 #CDC71F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 31 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.20 |
| HSL | 57.93º | 0.74% | 0.46% | - |
| HSV(B) | 57.93º | 0.85% | 0.8% | - |
| XYZ | 45.85 | 53.92 | 9.29 | - |
| YUV | 181.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 31 | 0 | 0.03 | 0.85 | 0.20 | 57.93 | 0.74 | 0.46 |
| Hex | CD | C7 | 1F | 0 | 3 | 55 | 14 | 3A | 4A | 2E |
| Octal | 315 | 307 | 37 | 0 | 3 | 125 | 24 | 72 | 112 | 56 |
| Binary | 11001101 | 11000111 | 11111 | 0 | 11 | 1010101 | 10100 | 111010 | 1001010 | 101110 |
Color Harmonies of #CDC71F
Complementary color
Monochromatic Colors of #CDC71F
Black with #CDC71F
Text Example
Text Example
White with #CDC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC71F; }
p { color: rgb(205,199,31); }
H1.HeaderClassName
{
color: #CDC71F;
}
.AnyTagClassName
{
color: #CDC71F;
}
</style>
background-color css
<style>
a { background-color: #CDC71F; }
a { background-color: rgb(205,199,31); }
div.DivClassName
{
background-color: #CDC71F;
}
.BgClassName
{
background-color: #CDC71F;
}
</style>
border-color css
<style>
span { border-color: #CDC71F; }
span { border-color: rgb(205,199,31); }
td.TdClassName
{
border-color: #CDC71F;
}
.TagClassName
{
border-color: #CDC71F;
}
</style>