Shades of Barberry #CDC61B
Tints of Barberry #CDC61B
RGB
CMYK
RGB Variations
Color information
#CDC61B (or 0xCDC61B) is known color: Barberry. HEX triplet: CD, C6 and 1B. RGB value is (205,198,27). Sum of RGB (Red+Green+Blue) = 205+198+27=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC61B is #3239E4. Grayscale: #B5B5B5. Windows color (decimal): -3291621 or 1820365. OLE color: 1820365.
HSL color Cylindrical-coordinate representation of color #CDC61B: hue angle of 57.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDC61B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.20 |
| HSL | 57.64º | 0.77% | 0.45% | - |
| HSV(B) | 57.64º | 0.87% | 0.8% | - |
| XYZ | 45.57 | 53.45 | 8.95 | - |
| YUV | 180.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 27 | 0 | 0.03 | 0.87 | 0.20 | 57.64 | 0.77 | 0.45 |
| Hex | CD | C6 | 1B | 0 | 3 | 57 | 14 | 3A | 4D | 2D |
| Octal | 315 | 306 | 33 | 0 | 3 | 127 | 24 | 72 | 115 | 55 |
| Binary | 11001101 | 11000110 | 11011 | 0 | 11 | 1010111 | 10100 | 111010 | 1001101 | 101101 |
Color Harmonies of #CDC61B
Complementary color
Monochromatic Colors of #CDC61B
Black with #CDC61B
Text Example
Text Example
White with #CDC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC61B; }
p { color: rgb(205,198,27); }
H1.HeaderClassName
{
color: #CDC61B;
}
.AnyTagClassName
{
color: #CDC61B;
}
</style>
background-color css
<style>
a { background-color: #CDC61B; }
a { background-color: rgb(205,198,27); }
div.DivClassName
{
background-color: #CDC61B;
}
.BgClassName
{
background-color: #CDC61B;
}
</style>
border-color css
<style>
span { border-color: #CDC61B; }
span { border-color: rgb(205,198,27); }
td.TdClassName
{
border-color: #CDC61B;
}
.TagClassName
{
border-color: #CDC61B;
}
</style>