Shades of Barberry #CDC62B
Tints of Barberry #CDC62B
RGB
CMYK
RGB Variations
Color information
#CDC62B (or 0xCDC62B) is known color: Barberry. HEX triplet: CD, C6 and 2B. RGB value is (205,198,43). Sum of RGB (Red+Green+Blue) = 205+198+43=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC62B is #3239D4. Grayscale: #B7B7B7. Windows color (decimal): -3291605 or 2868941. OLE color: 2868941.
HSL color Cylindrical-coordinate representation of color #CDC62B: hue angle of 57.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDC62B is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 43 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.20 |
| HSL | 57.41º | 0.65% | 0.49% | - |
| HSV(B) | 57.41º | 0.79% | 0.8% | - |
| XYZ | 45.81 | 53.54 | 10.21 | - |
| YUV | 182.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 43 | 0 | 0.03 | 0.79 | 0.20 | 57.41 | 0.65 | 0.49 |
| Hex | CD | C6 | 2B | 0 | 3 | 4F | 14 | 39 | 41 | 31 |
| Octal | 315 | 306 | 53 | 0 | 3 | 117 | 24 | 71 | 101 | 61 |
| Binary | 11001101 | 11000110 | 101011 | 0 | 11 | 1001111 | 10100 | 111001 | 1000001 | 110001 |
Color Harmonies of #CDC62B
Complementary color
Monochromatic Colors of #CDC62B
Black with #CDC62B
Text Example
Text Example
White with #CDC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC62B; }
p { color: rgb(205,198,43); }
H1.HeaderClassName
{
color: #CDC62B;
}
.AnyTagClassName
{
color: #CDC62B;
}
</style>
background-color css
<style>
a { background-color: #CDC62B; }
a { background-color: rgb(205,198,43); }
div.DivClassName
{
background-color: #CDC62B;
}
.BgClassName
{
background-color: #CDC62B;
}
</style>
border-color css
<style>
span { border-color: #CDC62B; }
span { border-color: rgb(205,198,43); }
td.TdClassName
{
border-color: #CDC62B;
}
.TagClassName
{
border-color: #CDC62B;
}
</style>