Shades of Barberry #DCDF0F
Tints of Barberry #DCDF0F
RGB
CMYK
RGB Variations
Color information
#DCDF0F (or 0xDCDF0F) is known color: Barberry. HEX triplet: DC, DF and 0F. RGB value is (220,223,15). Sum of RGB (Red+Green+Blue) = 220+223+15=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF0F is #2320F0. Grayscale: #C7C7C7. Windows color (decimal): -2302193 or 1040348. OLE color: 1040348.
HSL color Cylindrical-coordinate representation of color #DCDF0F: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCDF0F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 15 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.13 |
| HSL | 60.87º | 0.87% | 0.47% | - |
| HSV(B) | 60.87º | 0.93% | 0.87% | - |
| XYZ | 55.99 | 68.03 | 10.63 | - |
| YUV | 198.39 | 24.51 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 15 | 0.01 | 0 | 0.93 | 0.13 | 60.87 | 0.87 | 0.47 |
| Hex | DC | DF | F | 1 | 0 | 5D | D | 3D | 57 | 2F |
| Octal | 334 | 337 | 17 | 1 | 0 | 135 | 15 | 75 | 127 | 57 |
| Binary | 11011100 | 11011111 | 1111 | 1 | 0 | 1011101 | 1101 | 111101 | 1010111 | 101111 |
Color Harmonies of #DCDF0F
Complementary color
Monochromatic Colors of #DCDF0F
Black with #DCDF0F
Text Example
Text Example
White with #DCDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF0F; }
p { color: rgb(220,223,15); }
H1.HeaderClassName
{
color: #DCDF0F;
}
.AnyTagClassName
{
color: #DCDF0F;
}
</style>
background-color css
<style>
a { background-color: #DCDF0F; }
a { background-color: rgb(220,223,15); }
div.DivClassName
{
background-color: #DCDF0F;
}
.BgClassName
{
background-color: #DCDF0F;
}
</style>
border-color css
<style>
span { border-color: #DCDF0F; }
span { border-color: rgb(220,223,15); }
td.TdClassName
{
border-color: #DCDF0F;
}
.TagClassName
{
border-color: #DCDF0F;
}
</style>