Shades of Barberry #DCCF29
Tints of Barberry #DCCF29
RGB
CMYK
RGB Variations
Color information
#DCCF29 (or 0xDCCF29) is known color: Barberry. HEX triplet: DC, CF and 29. RGB value is (220,207,41). Sum of RGB (Red+Green+Blue) = 220+207+41=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF29 is #2330D6. Grayscale: #C0C0C0. Windows color (decimal): -2306263 or 2740188. OLE color: 2740188.
HSL color Cylindrical-coordinate representation of color #DCCF29: hue angle of 55.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCCF29 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 41 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.14 |
| HSL | 55.64º | 0.72% | 0.51% | - |
| HSV(B) | 55.64º | 0.81% | 0.86% | - |
| XYZ | 52.23 | 60 | 10.93 | - |
| YUV | 191.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 41 | 0 | 0.06 | 0.81 | 0.14 | 55.64 | 0.72 | 0.51 |
| Hex | DC | CF | 29 | 0 | 6 | 51 | E | 38 | 48 | 33 |
| Octal | 334 | 317 | 51 | 0 | 6 | 121 | 16 | 70 | 110 | 63 |
| Binary | 11011100 | 11001111 | 101001 | 0 | 110 | 1010001 | 1110 | 111000 | 1001000 | 110011 |
Color Harmonies of #DCCF29
Complementary color
Monochromatic Colors of #DCCF29
Black with #DCCF29
Text Example
Text Example
White with #DCCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF29; }
p { color: rgb(220,207,41); }
H1.HeaderClassName
{
color: #DCCF29;
}
.AnyTagClassName
{
color: #DCCF29;
}
</style>
background-color css
<style>
a { background-color: #DCCF29; }
a { background-color: rgb(220,207,41); }
div.DivClassName
{
background-color: #DCCF29;
}
.BgClassName
{
background-color: #DCCF29;
}
</style>
border-color css
<style>
span { border-color: #DCCF29; }
span { border-color: rgb(220,207,41); }
td.TdClassName
{
border-color: #DCCF29;
}
.TagClassName
{
border-color: #DCCF29;
}
</style>