Shades of Barberry #CFD224
Tints of Barberry #CFD224
RGB
CMYK
RGB Variations
Color information
#CFD224 (or 0xCFD224) is known color: Barberry. HEX triplet: CF, D2 and 24. RGB value is (207,210,36). Sum of RGB (Red+Green+Blue) = 207+210+36=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD224 is #302DDB. Grayscale: #BDBDBD. Windows color (decimal): -3157468 or 2413263. OLE color: 2413263.
HSL color Cylindrical-coordinate representation of color #CFD224: hue angle of 61.03º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFD224 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 36 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.18 |
| HSL | 61.03º | 0.71% | 0.48% | - |
| HSV(B) | 61.03º | 0.83% | 0.82% | - |
| XYZ | 49.1 | 59.49 | 10.56 | - |
| YUV | 189.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 36 | 0.01 | 0 | 0.83 | 0.18 | 61.03 | 0.71 | 0.48 |
| Hex | CF | D2 | 24 | 1 | 0 | 53 | 12 | 3D | 47 | 30 |
| Octal | 317 | 322 | 44 | 1 | 0 | 123 | 22 | 75 | 107 | 60 |
| Binary | 11001111 | 11010010 | 100100 | 1 | 0 | 1010011 | 10010 | 111101 | 1000111 | 110000 |
Color Harmonies of #CFD224
Complementary color
Monochromatic Colors of #CFD224
Black with #CFD224
Text Example
Text Example
White with #CFD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD224; }
p { color: rgb(207,210,36); }
H1.HeaderClassName
{
color: #CFD224;
}
.AnyTagClassName
{
color: #CFD224;
}
</style>
background-color css
<style>
a { background-color: #CFD224; }
a { background-color: rgb(207,210,36); }
div.DivClassName
{
background-color: #CFD224;
}
.BgClassName
{
background-color: #CFD224;
}
</style>
border-color css
<style>
span { border-color: #CFD224; }
span { border-color: rgb(207,210,36); }
td.TdClassName
{
border-color: #CFD224;
}
.TagClassName
{
border-color: #CFD224;
}
</style>