Shades of Barberry #CDCC17
Tints of Barberry #CDCC17
RGB
CMYK
RGB Variations
Color information
#CDCC17 (or 0xCDCC17) is known color: Barberry. HEX triplet: CD, CC and 17. RGB value is (205,204,23). Sum of RGB (Red+Green+Blue) = 205+204+23=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCC17 is #3233E8. Grayscale: #B8B8B8. Windows color (decimal): -3290089 or 1559757. OLE color: 1559757.
HSL color Cylindrical-coordinate representation of color #CDCC17: hue angle of 59.67º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDCC17 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 23 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.20 |
| HSL | 59.67º | 0.8% | 0.45% | - |
| HSV(B) | 59.67º | 0.89% | 0.8% | - |
| XYZ | 46.92 | 56.23 | 9.19 | - |
| YUV | 183.67 | 37.33 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 23 | 0 | 0.00 | 0.89 | 0.20 | 59.67 | 0.8 | 0.45 |
| Hex | CD | CC | 17 | 0 | 0 | 59 | 14 | 3C | 50 | 2D |
| Octal | 315 | 314 | 27 | 0 | 0 | 131 | 24 | 74 | 120 | 55 |
| Binary | 11001101 | 11001100 | 10111 | 0 | 0 | 1011001 | 10100 | 111100 | 1010000 | 101101 |
Color Harmonies of #CDCC17
Complementary color
Monochromatic Colors of #CDCC17
Black with #CDCC17
Text Example
Text Example
White with #CDCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC17; }
p { color: rgb(205,204,23); }
H1.HeaderClassName
{
color: #CDCC17;
}
.AnyTagClassName
{
color: #CDCC17;
}
</style>
background-color css
<style>
a { background-color: #CDCC17; }
a { background-color: rgb(205,204,23); }
div.DivClassName
{
background-color: #CDCC17;
}
.BgClassName
{
background-color: #CDCC17;
}
</style>
border-color css
<style>
span { border-color: #CDCC17; }
span { border-color: rgb(205,204,23); }
td.TdClassName
{
border-color: #CDCC17;
}
.TagClassName
{
border-color: #CDCC17;
}
</style>