Shades of Bird Flower #C7BD1D
Tints of Bird Flower #C7BD1D
RGB
CMYK
RGB Variations
Color information
#C7BD1D (or 0xC7BD1D) is known color: Bird Flower. HEX triplet: C7, BD and 1D. RGB value is (199,189,29). Sum of RGB (Red+Green+Blue) = 199+189+29=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD1D is #3842E2. Grayscale: #AEAEAE. Windows color (decimal): -3687139 or 1949127. OLE color: 1949127.
HSL color Cylindrical-coordinate representation of color #C7BD1D: hue angle of 56.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7BD1D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.22 |
| HSL | 56.47º | 0.75% | 0.45% | - |
| HSV(B) | 56.47º | 0.85% | 0.78% | - |
| XYZ | 41.97 | 48.63 | 8.34 | - |
| YUV | 173.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 29 | 0 | 0.05 | 0.85 | 0.22 | 56.47 | 0.75 | 0.45 |
| Hex | C7 | BD | 1D | 0 | 5 | 55 | 16 | 38 | 4B | 2D |
| Octal | 307 | 275 | 35 | 0 | 5 | 125 | 26 | 70 | 113 | 55 |
| Binary | 11000111 | 10111101 | 11101 | 0 | 101 | 1010101 | 10110 | 111000 | 1001011 | 101101 |
Color Harmonies of #C7BD1D
Complementary color
Monochromatic Colors of #C7BD1D
Black with #C7BD1D
Text Example
Text Example
White with #C7BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD1D; }
p { color: rgb(199,189,29); }
H1.HeaderClassName
{
color: #C7BD1D;
}
.AnyTagClassName
{
color: #C7BD1D;
}
</style>
background-color css
<style>
a { background-color: #C7BD1D; }
a { background-color: rgb(199,189,29); }
div.DivClassName
{
background-color: #C7BD1D;
}
.BgClassName
{
background-color: #C7BD1D;
}
</style>
border-color css
<style>
span { border-color: #C7BD1D; }
span { border-color: rgb(199,189,29); }
td.TdClassName
{
border-color: #C7BD1D;
}
.TagClassName
{
border-color: #C7BD1D;
}
</style>