Shades of Barberry #CDC02F
Tints of Barberry #CDC02F
RGB
CMYK
RGB Variations
Color information
#CDC02F (or 0xCDC02F) is known color: Barberry. HEX triplet: CD, C0 and 2F. RGB value is (205,192,47). Sum of RGB (Red+Green+Blue) = 205+192+47=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC02F is #323FD0. Grayscale: #B3B3B3. Windows color (decimal): -3293137 or 3129549. OLE color: 3129549.
HSL color Cylindrical-coordinate representation of color #CDC02F: hue angle of 55.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDC02F is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 47 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.20 |
| HSL | 55.06º | 0.63% | 0.49% | - |
| HSV(B) | 55.06º | 0.77% | 0.8% | - |
| XYZ | 44.54 | 50.88 | 10.16 | - |
| YUV | 179.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 47 | 0 | 0.06 | 0.77 | 0.20 | 55.06 | 0.63 | 0.49 |
| Hex | CD | C0 | 2F | 0 | 6 | 4D | 14 | 37 | 3F | 31 |
| Octal | 315 | 300 | 57 | 0 | 6 | 115 | 24 | 67 | 77 | 61 |
| Binary | 11001101 | 11000000 | 101111 | 0 | 110 | 1001101 | 10100 | 110111 | 111111 | 110001 |
Color Harmonies of #CDC02F
Complementary color
Monochromatic Colors of #CDC02F
Black with #CDC02F
Text Example
Text Example
White with #CDC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC02F; }
p { color: rgb(205,192,47); }
H1.HeaderClassName
{
color: #CDC02F;
}
.AnyTagClassName
{
color: #CDC02F;
}
</style>
background-color css
<style>
a { background-color: #CDC02F; }
a { background-color: rgb(205,192,47); }
div.DivClassName
{
background-color: #CDC02F;
}
.BgClassName
{
background-color: #CDC02F;
}
</style>
border-color css
<style>
span { border-color: #CDC02F; }
span { border-color: rgb(205,192,47); }
td.TdClassName
{
border-color: #CDC02F;
}
.TagClassName
{
border-color: #CDC02F;
}
</style>