Shades of Barberry #CDC623
Tints of Barberry #CDC623
RGB
CMYK
RGB Variations
Color information
#CDC623 (or 0xCDC623) is known color: Barberry. HEX triplet: CD, C6 and 23. RGB value is (205,198,35). Sum of RGB (Red+Green+Blue) = 205+198+35=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC623 is #3239DC. Grayscale: #B6B6B6. Windows color (decimal): -3291613 or 2344653. OLE color: 2344653.
HSL color Cylindrical-coordinate representation of color #CDC623: hue angle of 57.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDC623 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 35 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.20 |
| HSL | 57.53º | 0.71% | 0.47% | - |
| HSV(B) | 57.53º | 0.83% | 0.8% | - |
| XYZ | 45.67 | 53.49 | 9.51 | - |
| YUV | 181.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 35 | 0 | 0.03 | 0.83 | 0.20 | 57.53 | 0.71 | 0.47 |
| Hex | CD | C6 | 23 | 0 | 3 | 53 | 14 | 3A | 47 | 2F |
| Octal | 315 | 306 | 43 | 0 | 3 | 123 | 24 | 72 | 107 | 57 |
| Binary | 11001101 | 11000110 | 100011 | 0 | 11 | 1010011 | 10100 | 111010 | 1000111 | 101111 |
Color Harmonies of #CDC623
Complementary color
Monochromatic Colors of #CDC623
Black with #CDC623
Text Example
Text Example
White with #CDC623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC623; }
p { color: rgb(205,198,35); }
H1.HeaderClassName
{
color: #CDC623;
}
.AnyTagClassName
{
color: #CDC623;
}
</style>
background-color css
<style>
a { background-color: #CDC623; }
a { background-color: rgb(205,198,35); }
div.DivClassName
{
background-color: #CDC623;
}
.BgClassName
{
background-color: #CDC623;
}
</style>
border-color css
<style>
span { border-color: #CDC623; }
span { border-color: rgb(205,198,35); }
td.TdClassName
{
border-color: #CDC623;
}
.TagClassName
{
border-color: #CDC623;
}
</style>