Shades of Barberry #CDC825
Tints of Barberry #CDC825
RGB
CMYK
RGB Variations
Color information
#CDC825 (or 0xCDC825) is known color: Barberry. HEX triplet: CD, C8 and 25. RGB value is (205,200,37). Sum of RGB (Red+Green+Blue) = 205+200+37=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC825 is #3237DA. Grayscale: #B7B7B7. Windows color (decimal): -3291099 or 2476237. OLE color: 2476237.
HSL color Cylindrical-coordinate representation of color #CDC825: hue angle of 58.21º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDC825 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 37 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.20 |
| HSL | 58.21º | 0.69% | 0.47% | - |
| HSV(B) | 58.21º | 0.82% | 0.8% | - |
| XYZ | 46.17 | 54.42 | 9.82 | - |
| YUV | 182.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 37 | 0 | 0.02 | 0.82 | 0.20 | 58.21 | 0.69 | 0.47 |
| Hex | CD | C8 | 25 | 0 | 2 | 52 | 14 | 3A | 45 | 2F |
| Octal | 315 | 310 | 45 | 0 | 2 | 122 | 24 | 72 | 105 | 57 |
| Binary | 11001101 | 11001000 | 100101 | 0 | 10 | 1010010 | 10100 | 111010 | 1000101 | 101111 |
Color Harmonies of #CDC825
Complementary color
Monochromatic Colors of #CDC825
Black with #CDC825
Text Example
Text Example
White with #CDC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC825; }
p { color: rgb(205,200,37); }
H1.HeaderClassName
{
color: #CDC825;
}
.AnyTagClassName
{
color: #CDC825;
}
</style>
background-color css
<style>
a { background-color: #CDC825; }
a { background-color: rgb(205,200,37); }
div.DivClassName
{
background-color: #CDC825;
}
.BgClassName
{
background-color: #CDC825;
}
</style>
border-color css
<style>
span { border-color: #CDC825; }
span { border-color: rgb(205,200,37); }
td.TdClassName
{
border-color: #CDC825;
}
.TagClassName
{
border-color: #CDC825;
}
</style>