Shades of Bird Flower #D6CA07
Tints of Bird Flower #D6CA07
RGB
CMYK
RGB Variations
Color information
#D6CA07 (or 0xD6CA07) is known color: Bird Flower. HEX triplet: D6, CA and 07. RGB value is (214,202,7). Sum of RGB (Red+Green+Blue) = 214+202+7=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CA07 is #2935F8. Grayscale: #B8B8B8. Windows color (decimal): -2700793 or 510678. OLE color: 510678.
HSL color Cylindrical-coordinate representation of color #D6CA07: hue angle of 56.52º degrees, saturation: 0.94, 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 #D6CA07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.16 |
| HSL | 56.52º | 0.94% | 0.43% | - |
| HSV(B) | 56.52º | 0.97% | 0.84% | - |
| XYZ | 48.89 | 56.55 | 8.54 | - |
| YUV | 183.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 7 | 0 | 0.06 | 0.97 | 0.16 | 56.52 | 0.94 | 0.43 |
| Hex | D6 | CA | 7 | 0 | 6 | 61 | 10 | 39 | 5E | 2B |
| Octal | 326 | 312 | 7 | 0 | 6 | 141 | 20 | 71 | 136 | 53 |
| Binary | 11010110 | 11001010 | 111 | 0 | 110 | 1100001 | 10000 | 111001 | 1011110 | 101011 |
Color Harmonies of #D6CA07
Complementary color
Monochromatic Colors of #D6CA07
Black with #D6CA07
Text Example
Text Example
White with #D6CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA07; }
p { color: rgb(214,202,7); }
H1.HeaderClassName
{
color: #D6CA07;
}
.AnyTagClassName
{
color: #D6CA07;
}
</style>
background-color css
<style>
a { background-color: #D6CA07; }
a { background-color: rgb(214,202,7); }
div.DivClassName
{
background-color: #D6CA07;
}
.BgClassName
{
background-color: #D6CA07;
}
</style>
border-color css
<style>
span { border-color: #D6CA07; }
span { border-color: rgb(214,202,7); }
td.TdClassName
{
border-color: #D6CA07;
}
.TagClassName
{
border-color: #D6CA07;
}
</style>