Shades of Bird Flower #D3C907
Tints of Bird Flower #D3C907
RGB
CMYK
RGB Variations
Color information
#D3C907 (or 0xD3C907) is known color: Bird Flower. HEX triplet: D3, C9 and 07. RGB value is (211,201,7). Sum of RGB (Red+Green+Blue) = 211+201+7=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C907 is #2C36F8. Grayscale: #B6B6B6. Windows color (decimal): -2897657 or 510419. OLE color: 510419.
HSL color Cylindrical-coordinate representation of color #D3C907: hue angle of 57.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3C907 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.17 |
| HSL | 57.06º | 0.94% | 0.43% | - |
| HSV(B) | 57.06º | 0.97% | 0.83% | - |
| XYZ | 47.79 | 55.64 | 8.42 | - |
| YUV | 181.87 | 29.31 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 7 | 0 | 0.05 | 0.97 | 0.17 | 57.06 | 0.94 | 0.43 |
| Hex | D3 | C9 | 7 | 0 | 5 | 61 | 11 | 39 | 5E | 2B |
| Octal | 323 | 311 | 7 | 0 | 5 | 141 | 21 | 71 | 136 | 53 |
| Binary | 11010011 | 11001001 | 111 | 0 | 101 | 1100001 | 10001 | 111001 | 1011110 | 101011 |
Color Harmonies of #D3C907
Complementary color
Monochromatic Colors of #D3C907
Black with #D3C907
Text Example
Text Example
White with #D3C907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C907; }
p { color: rgb(211,201,7); }
H1.HeaderClassName
{
color: #D3C907;
}
.AnyTagClassName
{
color: #D3C907;
}
</style>
background-color css
<style>
a { background-color: #D3C907; }
a { background-color: rgb(211,201,7); }
div.DivClassName
{
background-color: #D3C907;
}
.BgClassName
{
background-color: #D3C907;
}
</style>
border-color css
<style>
span { border-color: #D3C907; }
span { border-color: rgb(211,201,7); }
td.TdClassName
{
border-color: #D3C907;
}
.TagClassName
{
border-color: #D3C907;
}
</style>