Shades of Barberry #CDC32A
Tints of Barberry #CDC32A
RGB
CMYK
RGB Variations
Color information
#CDC32A (or 0xCDC32A) is known color: Barberry. HEX triplet: CD, C3 and 2A. RGB value is (205,195,42). Sum of RGB (Red+Green+Blue) = 205+195+42=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC32A is #323CD5. Grayscale: #B5B5B5. Windows color (decimal): -3292374 or 2802637. OLE color: 2802637.
HSL color Cylindrical-coordinate representation of color #CDC32A: hue angle of 56.32º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDC32A is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 42 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.20 |
| HSL | 56.32º | 0.66% | 0.48% | - |
| HSV(B) | 56.32º | 0.8% | 0.8% | - |
| XYZ | 45.11 | 52.18 | 9.88 | - |
| YUV | 180.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 42 | 0 | 0.05 | 0.80 | 0.20 | 56.32 | 0.66 | 0.48 |
| Hex | CD | C3 | 2A | 0 | 5 | 50 | 14 | 38 | 42 | 30 |
| Octal | 315 | 303 | 52 | 0 | 5 | 120 | 24 | 70 | 102 | 60 |
| Binary | 11001101 | 11000011 | 101010 | 0 | 101 | 1010000 | 10100 | 111000 | 1000010 | 110000 |
Color Harmonies of #CDC32A
Complementary color
Monochromatic Colors of #CDC32A
Black with #CDC32A
Text Example
Text Example
White with #CDC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC32A; }
p { color: rgb(205,195,42); }
H1.HeaderClassName
{
color: #CDC32A;
}
.AnyTagClassName
{
color: #CDC32A;
}
</style>
background-color css
<style>
a { background-color: #CDC32A; }
a { background-color: rgb(205,195,42); }
div.DivClassName
{
background-color: #CDC32A;
}
.BgClassName
{
background-color: #CDC32A;
}
</style>
border-color css
<style>
span { border-color: #CDC32A; }
span { border-color: rgb(205,195,42); }
td.TdClassName
{
border-color: #CDC32A;
}
.TagClassName
{
border-color: #CDC32A;
}
</style>