Shades of Barberry #CDC62F
Tints of Barberry #CDC62F
RGB
CMYK
RGB Variations
Color information
#CDC62F (or 0xCDC62F) is known color: Barberry. HEX triplet: CD, C6 and 2F. RGB value is (205,198,47). Sum of RGB (Red+Green+Blue) = 205+198+47=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC62F is #3239D0. Grayscale: #B7B7B7. Windows color (decimal): -3291601 or 3131085. OLE color: 3131085.
HSL color Cylindrical-coordinate representation of color #CDC62F: hue angle of 57.34º 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 #CDC62F is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 47 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.20 |
| HSL | 57.34º | 0.63% | 0.49% | - |
| HSV(B) | 57.34º | 0.77% | 0.8% | - |
| XYZ | 45.88 | 53.57 | 10.61 | - |
| YUV | 182.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 47 | 0 | 0.03 | 0.77 | 0.20 | 57.34 | 0.63 | 0.49 |
| Hex | CD | C6 | 2F | 0 | 3 | 4D | 14 | 39 | 3F | 31 |
| Octal | 315 | 306 | 57 | 0 | 3 | 115 | 24 | 71 | 77 | 61 |
| Binary | 11001101 | 11000110 | 101111 | 0 | 11 | 1001101 | 10100 | 111001 | 111111 | 110001 |
Color Harmonies of #CDC62F
Complementary color
Monochromatic Colors of #CDC62F
Black with #CDC62F
Text Example
Text Example
White with #CDC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC62F; }
p { color: rgb(205,198,47); }
H1.HeaderClassName
{
color: #CDC62F;
}
.AnyTagClassName
{
color: #CDC62F;
}
</style>
background-color css
<style>
a { background-color: #CDC62F; }
a { background-color: rgb(205,198,47); }
div.DivClassName
{
background-color: #CDC62F;
}
.BgClassName
{
background-color: #CDC62F;
}
</style>
border-color css
<style>
span { border-color: #CDC62F; }
span { border-color: rgb(205,198,47); }
td.TdClassName
{
border-color: #CDC62F;
}
.TagClassName
{
border-color: #CDC62F;
}
</style>