Shades of Bird Flower #C2B71D
Tints of Bird Flower #C2B71D
RGB
CMYK
RGB Variations
Color information
#C2B71D (or 0xC2B71D) is known color: Bird Flower. HEX triplet: C2, B7 and 1D. RGB value is (194,183,29). Sum of RGB (Red+Green+Blue) = 194+183+29=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B71D is #3D48E2. Grayscale: #A9A9A9. Windows color (decimal): -4016355 or 1947586. OLE color: 1947586.
HSL color Cylindrical-coordinate representation of color #C2B71D: hue angle of 56º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2B71D is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 29 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.24 |
| HSL | 56º | 0.74% | 0.44% | - |
| HSV(B) | 56º | 0.85% | 0.76% | - |
| XYZ | 39.4 | 45.43 | 7.85 | - |
| YUV | 168.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 29 | 0 | 0.06 | 0.85 | 0.24 | 56 | 0.74 | 0.44 |
| Hex | C2 | B7 | 1D | 0 | 6 | 55 | 18 | 38 | 4A | 2C |
| Octal | 302 | 267 | 35 | 0 | 6 | 125 | 30 | 70 | 112 | 54 |
| Binary | 11000010 | 10110111 | 11101 | 0 | 110 | 1010101 | 11000 | 111000 | 1001010 | 101100 |
Color Harmonies of #C2B71D
Complementary color
Monochromatic Colors of #C2B71D
Black with #C2B71D
Text Example
Text Example
White with #C2B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B71D; }
p { color: rgb(194,183,29); }
H1.HeaderClassName
{
color: #C2B71D;
}
.AnyTagClassName
{
color: #C2B71D;
}
</style>
background-color css
<style>
a { background-color: #C2B71D; }
a { background-color: rgb(194,183,29); }
div.DivClassName
{
background-color: #C2B71D;
}
.BgClassName
{
background-color: #C2B71D;
}
</style>
border-color css
<style>
span { border-color: #C2B71D; }
span { border-color: rgb(194,183,29); }
td.TdClassName
{
border-color: #C2B71D;
}
.TagClassName
{
border-color: #C2B71D;
}
</style>