Shades of Barberry #CDC32F
Tints of Barberry #CDC32F
RGB
CMYK
RGB Variations
Color information
#CDC32F (or 0xCDC32F) is known color: Barberry. HEX triplet: CD, C3 and 2F. RGB value is (205,195,47). Sum of RGB (Red+Green+Blue) = 205+195+47=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC32F is #323CD0. Grayscale: #B5B5B5. Windows color (decimal): -3292369 or 3130317. OLE color: 3130317.
HSL color Cylindrical-coordinate representation of color #CDC32F: hue angle of 56.2º 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 #CDC32F is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 47 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.20 |
| HSL | 56.2º | 0.63% | 0.49% | - |
| HSV(B) | 56.2º | 0.77% | 0.8% | - |
| XYZ | 45.21 | 52.21 | 10.39 | - |
| YUV | 181.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 47 | 0 | 0.05 | 0.77 | 0.20 | 56.2 | 0.63 | 0.49 |
| Hex | CD | C3 | 2F | 0 | 5 | 4D | 14 | 38 | 3F | 31 |
| Octal | 315 | 303 | 57 | 0 | 5 | 115 | 24 | 70 | 77 | 61 |
| Binary | 11001101 | 11000011 | 101111 | 0 | 101 | 1001101 | 10100 | 111000 | 111111 | 110001 |
Color Harmonies of #CDC32F
Complementary color
Monochromatic Colors of #CDC32F
Black with #CDC32F
Text Example
Text Example
White with #CDC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC32F; }
p { color: rgb(205,195,47); }
H1.HeaderClassName
{
color: #CDC32F;
}
.AnyTagClassName
{
color: #CDC32F;
}
</style>
background-color css
<style>
a { background-color: #CDC32F; }
a { background-color: rgb(205,195,47); }
div.DivClassName
{
background-color: #CDC32F;
}
.BgClassName
{
background-color: #CDC32F;
}
</style>
border-color css
<style>
span { border-color: #CDC32F; }
span { border-color: rgb(205,195,47); }
td.TdClassName
{
border-color: #CDC32F;
}
.TagClassName
{
border-color: #CDC32F;
}
</style>