Shades of Bird Flower #D5C206
Tints of Bird Flower #D5C206
RGB
CMYK
RGB Variations
Color information
#D5C206 (or 0xD5C206) is known color: Bird Flower. HEX triplet: D5, C2 and 06. RGB value is (213,194,6). Sum of RGB (Red+Green+Blue) = 213+194+6=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C206 is #2A3DF9. Grayscale: #B3B3B3. Windows color (decimal): -2768378 or 443093. OLE color: 443093.
HSL color Cylindrical-coordinate representation of color #D5C206: hue angle of 54.49º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5C206 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 6 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.16 |
| HSL | 54.49º | 0.95% | 0.43% | - |
| HSV(B) | 54.49º | 0.97% | 0.84% | - |
| XYZ | 46.77 | 52.74 | 7.89 | - |
| YUV | 178.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 6 | 0 | 0.09 | 0.97 | 0.16 | 54.49 | 0.95 | 0.43 |
| Hex | D5 | C2 | 6 | 0 | 9 | 61 | 10 | 36 | 5F | 2B |
| Octal | 325 | 302 | 6 | 0 | 11 | 141 | 20 | 66 | 137 | 53 |
| Binary | 11010101 | 11000010 | 110 | 0 | 1001 | 1100001 | 10000 | 110110 | 1011111 | 101011 |
Color Harmonies of #D5C206
Complementary color
Monochromatic Colors of #D5C206
Black with #D5C206
Text Example
Text Example
White with #D5C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C206; }
p { color: rgb(213,194,6); }
H1.HeaderClassName
{
color: #D5C206;
}
.AnyTagClassName
{
color: #D5C206;
}
</style>
background-color css
<style>
a { background-color: #D5C206; }
a { background-color: rgb(213,194,6); }
div.DivClassName
{
background-color: #D5C206;
}
.BgClassName
{
background-color: #D5C206;
}
</style>
border-color css
<style>
span { border-color: #D5C206; }
span { border-color: rgb(213,194,6); }
td.TdClassName
{
border-color: #D5C206;
}
.TagClassName
{
border-color: #D5C206;
}
</style>