Shades of Barberry #CDC726
Tints of Barberry #CDC726
RGB
CMYK
RGB Variations
Color information
#CDC726 (or 0xCDC726) is known color: Barberry. HEX triplet: CD, C7 and 26. RGB value is (205,199,38). Sum of RGB (Red+Green+Blue) = 205+199+38=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC726 is #3238D9. Grayscale: #B7B7B7. Windows color (decimal): -3291354 or 2541517. OLE color: 2541517.
HSL color Cylindrical-coordinate representation of color #CDC726: hue angle of 57.84º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDC726 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 38 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.20 |
| HSL | 57.84º | 0.69% | 0.48% | - |
| HSV(B) | 57.84º | 0.81% | 0.8% | - |
| XYZ | 45.95 | 53.97 | 9.83 | - |
| YUV | 182.44 | 46.49 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 38 | 0 | 0.03 | 0.81 | 0.20 | 57.84 | 0.69 | 0.48 |
| Hex | CD | C7 | 26 | 0 | 3 | 51 | 14 | 3A | 45 | 30 |
| Octal | 315 | 307 | 46 | 0 | 3 | 121 | 24 | 72 | 105 | 60 |
| Binary | 11001101 | 11000111 | 100110 | 0 | 11 | 1010001 | 10100 | 111010 | 1000101 | 110000 |
Color Harmonies of #CDC726
Complementary color
Monochromatic Colors of #CDC726
Black with #CDC726
Text Example
Text Example
White with #CDC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC726; }
p { color: rgb(205,199,38); }
H1.HeaderClassName
{
color: #CDC726;
}
.AnyTagClassName
{
color: #CDC726;
}
</style>
background-color css
<style>
a { background-color: #CDC726; }
a { background-color: rgb(205,199,38); }
div.DivClassName
{
background-color: #CDC726;
}
.BgClassName
{
background-color: #CDC726;
}
</style>
border-color css
<style>
span { border-color: #CDC726; }
span { border-color: rgb(205,199,38); }
td.TdClassName
{
border-color: #CDC726;
}
.TagClassName
{
border-color: #CDC726;
}
</style>