Shades of Barberry #D3CF27
Tints of Barberry #D3CF27
RGB
CMYK
RGB Variations
Color information
#D3CF27 (or 0xD3CF27) is known color: Barberry. HEX triplet: D3, CF and 27. RGB value is (211,207,39). Sum of RGB (Red+Green+Blue) = 211+207+39=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CF27 is #2C30D8. Grayscale: #BDBDBD. Windows color (decimal): -2896089 or 2609107. OLE color: 2609107.
HSL color Cylindrical-coordinate representation of color #D3CF27: hue angle of 58.6º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3CF27 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 39 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.17 |
| HSL | 58.6º | 0.69% | 0.49% | - |
| HSV(B) | 58.6º | 0.82% | 0.83% | - |
| XYZ | 49.54 | 58.62 | 10.62 | - |
| YUV | 189.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 39 | 0 | 0.02 | 0.82 | 0.17 | 58.6 | 0.69 | 0.49 |
| Hex | D3 | CF | 27 | 0 | 2 | 52 | 11 | 3B | 45 | 31 |
| Octal | 323 | 317 | 47 | 0 | 2 | 122 | 21 | 73 | 105 | 61 |
| Binary | 11010011 | 11001111 | 100111 | 0 | 10 | 1010010 | 10001 | 111011 | 1000101 | 110001 |
Color Harmonies of #D3CF27
Complementary color
Monochromatic Colors of #D3CF27
Black with #D3CF27
Text Example
Text Example
White with #D3CF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF27; }
p { color: rgb(211,207,39); }
H1.HeaderClassName
{
color: #D3CF27;
}
.AnyTagClassName
{
color: #D3CF27;
}
</style>
background-color css
<style>
a { background-color: #D3CF27; }
a { background-color: rgb(211,207,39); }
div.DivClassName
{
background-color: #D3CF27;
}
.BgClassName
{
background-color: #D3CF27;
}
</style>
border-color css
<style>
span { border-color: #D3CF27; }
span { border-color: rgb(211,207,39); }
td.TdClassName
{
border-color: #D3CF27;
}
.TagClassName
{
border-color: #D3CF27;
}
</style>