Shades of Barberry #CFC31F
Tints of Barberry #CFC31F
RGB
CMYK
RGB Variations
Color information
#CFC31F (or 0xCFC31F) is known color: Barberry. HEX triplet: CF, C3 and 1F. RGB value is (207,195,31). Sum of RGB (Red+Green+Blue) = 207+195+31=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC31F is #303CE0. Grayscale: #B4B4B4. Windows color (decimal): -3161313 or 2081743. OLE color: 2081743.
HSL color Cylindrical-coordinate representation of color #CFC31F: hue angle of 55.91º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFC31F is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 31 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.19 |
| HSL | 55.91º | 0.74% | 0.47% | - |
| HSV(B) | 55.91º | 0.85% | 0.81% | - |
| XYZ | 45.49 | 52.39 | 9.01 | - |
| YUV | 179.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 31 | 0 | 0.06 | 0.85 | 0.19 | 55.91 | 0.74 | 0.47 |
| Hex | CF | C3 | 1F | 0 | 6 | 55 | 13 | 38 | 4A | 2F |
| Octal | 317 | 303 | 37 | 0 | 6 | 125 | 23 | 70 | 112 | 57 |
| Binary | 11001111 | 11000011 | 11111 | 0 | 110 | 1010101 | 10011 | 111000 | 1001010 | 101111 |
Color Harmonies of #CFC31F
Complementary color
Monochromatic Colors of #CFC31F
Black with #CFC31F
Text Example
Text Example
White with #CFC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC31F; }
p { color: rgb(207,195,31); }
H1.HeaderClassName
{
color: #CFC31F;
}
.AnyTagClassName
{
color: #CFC31F;
}
</style>
background-color css
<style>
a { background-color: #CFC31F; }
a { background-color: rgb(207,195,31); }
div.DivClassName
{
background-color: #CFC31F;
}
.BgClassName
{
background-color: #CFC31F;
}
</style>
border-color css
<style>
span { border-color: #CFC31F; }
span { border-color: rgb(207,195,31); }
td.TdClassName
{
border-color: #CFC31F;
}
.TagClassName
{
border-color: #CFC31F;
}
</style>