Shades of Barberry #D9CF23
Tints of Barberry #D9CF23
RGB
CMYK
RGB Variations
Color information
#D9CF23 (or 0xD9CF23) is known color: Barberry. HEX triplet: D9, CF and 23. RGB value is (217,207,35). Sum of RGB (Red+Green+Blue) = 217+207+35=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF23 is #2630DC. Grayscale: #BFBFBF. Windows color (decimal): -2502877 or 2346969. OLE color: 2346969.
HSL color Cylindrical-coordinate representation of color #D9CF23: hue angle of 56.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9CF23 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 35 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.15 |
| HSL | 56.7º | 0.72% | 0.49% | - |
| HSV(B) | 56.7º | 0.84% | 0.85% | - |
| XYZ | 51.23 | 59.5 | 10.37 | - |
| YUV | 190.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 35 | 0 | 0.05 | 0.84 | 0.15 | 56.7 | 0.72 | 0.49 |
| Hex | D9 | CF | 23 | 0 | 5 | 54 | F | 39 | 48 | 31 |
| Octal | 331 | 317 | 43 | 0 | 5 | 124 | 17 | 71 | 110 | 61 |
| Binary | 11011001 | 11001111 | 100011 | 0 | 101 | 1010100 | 1111 | 111001 | 1001000 | 110001 |
Color Harmonies of #D9CF23
Complementary color
Monochromatic Colors of #D9CF23
Black with #D9CF23
Text Example
Text Example
White with #D9CF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF23; }
p { color: rgb(217,207,35); }
H1.HeaderClassName
{
color: #D9CF23;
}
.AnyTagClassName
{
color: #D9CF23;
}
</style>
background-color css
<style>
a { background-color: #D9CF23; }
a { background-color: rgb(217,207,35); }
div.DivClassName
{
background-color: #D9CF23;
}
.BgClassName
{
background-color: #D9CF23;
}
</style>
border-color css
<style>
span { border-color: #D9CF23; }
span { border-color: rgb(217,207,35); }
td.TdClassName
{
border-color: #D9CF23;
}
.TagClassName
{
border-color: #D9CF23;
}
</style>