Shades of Barberry #CDC918
Tints of Barberry #CDC918
RGB
CMYK
RGB Variations
Color information
#CDC918 (or 0xCDC918) is known color: Barberry. HEX triplet: CD, C9 and 18. RGB value is (205,201,24). Sum of RGB (Red+Green+Blue) = 205+201+24=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC918 is #3236E7. Grayscale: #B6B6B6. Windows color (decimal): -3290856 or 1624525. OLE color: 1624525.
HSL color Cylindrical-coordinate representation of color #CDC918: hue angle of 58.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDC918 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 24 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.20 |
| HSL | 58.67º | 0.79% | 0.45% | - |
| HSV(B) | 58.67º | 0.88% | 0.8% | - |
| XYZ | 46.23 | 54.82 | 9.01 | - |
| YUV | 182.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 24 | 0 | 0.02 | 0.88 | 0.20 | 58.67 | 0.79 | 0.45 |
| Hex | CD | C9 | 18 | 0 | 2 | 58 | 14 | 3B | 4F | 2D |
| Octal | 315 | 311 | 30 | 0 | 2 | 130 | 24 | 73 | 117 | 55 |
| Binary | 11001101 | 11001001 | 11000 | 0 | 10 | 1011000 | 10100 | 111011 | 1001111 | 101101 |
Color Harmonies of #CDC918
Complementary color
Monochromatic Colors of #CDC918
Black with #CDC918
Text Example
Text Example
White with #CDC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC918; }
p { color: rgb(205,201,24); }
H1.HeaderClassName
{
color: #CDC918;
}
.AnyTagClassName
{
color: #CDC918;
}
</style>
background-color css
<style>
a { background-color: #CDC918; }
a { background-color: rgb(205,201,24); }
div.DivClassName
{
background-color: #CDC918;
}
.BgClassName
{
background-color: #CDC918;
}
</style>
border-color css
<style>
span { border-color: #CDC918; }
span { border-color: rgb(205,201,24); }
td.TdClassName
{
border-color: #CDC918;
}
.TagClassName
{
border-color: #CDC918;
}
</style>