Shades of Barberry #CDC628
Tints of Barberry #CDC628
RGB
CMYK
RGB Variations
Color information
#CDC628 (or 0xCDC628) is known color: Barberry. HEX triplet: CD, C6 and 28. RGB value is (205,198,40). Sum of RGB (Red+Green+Blue) = 205+198+40=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC628 is #3239D7. Grayscale: #B6B6B6. Windows color (decimal): -3291608 or 2672333. OLE color: 2672333.
HSL color Cylindrical-coordinate representation of color #CDC628: hue angle of 57.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDC628 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 40 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.20 |
| HSL | 57.45º | 0.67% | 0.48% | - |
| HSV(B) | 57.45º | 0.8% | 0.8% | - |
| XYZ | 45.75 | 53.52 | 9.93 | - |
| YUV | 182.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 40 | 0 | 0.03 | 0.80 | 0.20 | 57.45 | 0.67 | 0.48 |
| Hex | CD | C6 | 28 | 0 | 3 | 50 | 14 | 39 | 43 | 30 |
| Octal | 315 | 306 | 50 | 0 | 3 | 120 | 24 | 71 | 103 | 60 |
| Binary | 11001101 | 11000110 | 101000 | 0 | 11 | 1010000 | 10100 | 111001 | 1000011 | 110000 |
Color Harmonies of #CDC628
Complementary color
Monochromatic Colors of #CDC628
Black with #CDC628
Text Example
Text Example
White with #CDC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC628; }
p { color: rgb(205,198,40); }
H1.HeaderClassName
{
color: #CDC628;
}
.AnyTagClassName
{
color: #CDC628;
}
</style>
background-color css
<style>
a { background-color: #CDC628; }
a { background-color: rgb(205,198,40); }
div.DivClassName
{
background-color: #CDC628;
}
.BgClassName
{
background-color: #CDC628;
}
</style>
border-color css
<style>
span { border-color: #CDC628; }
span { border-color: rgb(205,198,40); }
td.TdClassName
{
border-color: #CDC628;
}
.TagClassName
{
border-color: #CDC628;
}
</style>