Shades of Barberry #CFC31E
Tints of Barberry #CFC31E
RGB
CMYK
RGB Variations
Color information
#CFC31E (or 0xCFC31E) is known color: Barberry. HEX triplet: CF, C3 and 1E. RGB value is (207,195,30). Sum of RGB (Red+Green+Blue) = 207+195+30=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC31E is #303CE1. Grayscale: #B4B4B4. Windows color (decimal): -3161314 or 2016207. OLE color: 2016207.
HSL color Cylindrical-coordinate representation of color #CFC31E: hue angle of 55.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFC31E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 30 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.19 |
| HSL | 55.93º | 0.75% | 0.46% | - |
| HSV(B) | 55.93º | 0.86% | 0.81% | - |
| XYZ | 45.48 | 52.39 | 8.94 | - |
| YUV | 179.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 30 | 0 | 0.06 | 0.86 | 0.19 | 55.93 | 0.75 | 0.46 |
| Hex | CF | C3 | 1E | 0 | 6 | 56 | 13 | 38 | 4B | 2E |
| Octal | 317 | 303 | 36 | 0 | 6 | 126 | 23 | 70 | 113 | 56 |
| Binary | 11001111 | 11000011 | 11110 | 0 | 110 | 1010110 | 10011 | 111000 | 1001011 | 101110 |
Color Harmonies of #CFC31E
Complementary color
Monochromatic Colors of #CFC31E
Black with #CFC31E
Text Example
Text Example
White with #CFC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC31E; }
p { color: rgb(207,195,30); }
H1.HeaderClassName
{
color: #CFC31E;
}
.AnyTagClassName
{
color: #CFC31E;
}
</style>
background-color css
<style>
a { background-color: #CFC31E; }
a { background-color: rgb(207,195,30); }
div.DivClassName
{
background-color: #CFC31E;
}
.BgClassName
{
background-color: #CFC31E;
}
</style>
border-color css
<style>
span { border-color: #CFC31E; }
span { border-color: rgb(207,195,30); }
td.TdClassName
{
border-color: #CFC31E;
}
.TagClassName
{
border-color: #CFC31E;
}
</style>